Skip to content

Commit 62b5089

Browse files
committed
documentation
1 parent e91c122 commit 62b5089

7 files changed

+6
-351
lines changed

R/aegis_mesh.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aegis_mesh = function( pts, boundary=NULL, spbuffer=0, resolution=100, output_ty
88
# fraction_cv = 1 means ~ poisson
99

1010
# wrapper to tessellate (tile geometry), taking spatial points data and converting to spatial polygons data
11-
#require(rgeos)
11+
1212
require(sf)
1313
require(stars)
1414

R/aegis_parameters.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aegis_parameters = function( p=NULL, DS=NULL, ... ) {
1212
# ---------------------
1313
# create/update library list
1414
p$libs = c( p$libs, RLibrary ( "colorspace", "fields", "geosphere", "lubridate", "lattice",
15-
"maps", "mapdata", "maptools", "parallel", "rgdal", "rgeos", "sp", "splancs", "GADMTools" ) )
15+
"parallel", "sp", "splancs", "GADMTools" ) )
1616
p$libs = unique( c( p$libs, project.library ( "aegis") ) )
1717

1818

R/aegis_stmv.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ aegis_stmv = function( DS=NULL, p=NULL, year=NULL, ret="mean", varnames=NULL, co
4545
}
4646

4747

48-
p$libs = c( p$libs, RLibrary ( "sp", "spdep", "rgeos", "INLA", "mgcv" )) # standard CRAN libs -- geostatistical support
48+
p$libs = c( p$libs, RLibrary ( "sp", "spdep", "INLA", "mgcv" )) # standard CRAN libs -- geostatistical support
4949
p$libs = c( p$libs, RLibrary( "aegis", "bio.taxonomy", "stmv", "netmensuration" ) ) #, ) # locally developed code
5050

5151
if (!exists("project_name", p) ) stop("project_name is required")

R/planar2lonlat.r

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
stop( "The proj4 CRS requires an explicit +units=km ")
4040
}
4141

42+
message("FIXE ME::: deprecated libs, use sf/stars")
43+
4244
y = rgdal::project( as.matrix(x[, input_names, with=FALSE ]), proj=crsX, inv=TRUE )
4345

4446
# sf method is a bit too strict to use ..

README.md

-320
This file was deleted.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
inst/scripts/README.md

inst/README.md

-5
This file was deleted.

vignettes/example.Rmd

-23
This file was deleted.

0 commit comments

Comments
 (0)