Displaying 1 result from an estimated 1 matches for "gssurgo".
Did you mean:
ssurgo
2018 Nov 03
1
odd NOTE in R CMD check of data; Rcpp module related
...age(package) :
unable to find required package 'raster'
Calls: <Anonymous> ... .findInheritedMethods -> getClass -> getClassDef
-> .requirePackage
Execution halted
In soiDB this is presumably triggered by loading this file:
> f <- system.file("data/gSSURGO.chunk.rda", package="soilDB")
> "raster" %in% .packages()
[1] FALSE
> load(f)
> gSSURGO.chunk
Loading required package: raster
Loading required package: sp
Error: package or namespace load failed for ?raster? in
.doLoadActions(where, attach):
error in load action...