Skip to content

Commit

Permalink
Removed "interpolate_raster" (out of scope for this package)
Browse files Browse the repository at this point in the history
  • Loading branch information
japilo committed Apr 12, 2024
1 parent f78f343 commit 051d267
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 120 deletions.
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ BugReports: https://github.com/viralemergence/epizootic/issues
Depends: R (>= 4.3.0)
Imports:
purrr (>= 1.0.0),
terra (>= 1.7),
dplyr (>= 1.1.3),
tibble (>= 3.2.1),
R6 (>= 2.5.1),
Expand Down Expand Up @@ -44,6 +43,5 @@ Collate:
'disease_transformation.R'
'disease_transitions.R'
'epizootic-package.R'
'utils.R'
Remotes:
Remotes:
GlobalEcologyLab/poems
11 changes: 0 additions & 11 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ export(disease_results)
export(disease_simulator)
export(disease_transformation)
export(disease_transitions)
export(interpolate_raster)
export(siri_model_summer)
export(siri_model_winter)
import(cli)
import(dplyr)
import(poems)
import(purrr)
import(tibble)
importFrom(R6,R6Class)
importFrom(doParallel,registerDoParallel)
Expand All @@ -27,12 +25,3 @@ importFrom(qs,qsave)
importFrom(raster,nlayers)
importFrom(stats,rbinom)
importFrom(stats,rpois)
importFrom(terra,"values<-")
importFrom(terra,approximate)
importFrom(terra,crs)
importFrom(terra,rast)
importFrom(terra,res)
importFrom(terra,xmax)
importFrom(terra,xmin)
importFrom(terra,ymax)
importFrom(terra,ymin)
54 changes: 0 additions & 54 deletions R/utils.R

This file was deleted.

39 changes: 0 additions & 39 deletions man/interpolate_raster.Rd

This file was deleted.

13 changes: 0 additions & 13 deletions tests/testthat/test-utils.R

This file was deleted.

0 comments on commit 051d267

Please sign in to comment.