Last updated on 2020-08-07 01:50:23 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
GeNetIt | 5 | 7 | |
rfUtilities | 12 | ||
spatialEco | 1 | 11 |
Current CRAN status: NOTE: 5, OK: 7
Version: 0.1-4
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘rgeos’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Current CRAN status: OK: 12
Current CRAN status: ERROR: 1, OK: 11
Version: 1.3-2
Check: examples
Result: ERROR
Running examples in ‘spatialEco-Ex.R’ failed
The error most likely occurred in:
> ### Name: sar
> ### Title: Surface Area Ratio
> ### Aliases: sar
>
> ### ** Examples
>
> library(raster)
Loading required package: sp
Attaching package: ‘raster’
The following object is masked from ‘package:spatialEco’:
shift
> data(elev)
> surface.ratio <- sar(elev, s=90)
*** caught segfault ***
address 0x110554ff8, cause 'memory not mapped'
Traceback:
1: .terrain(as.double(values(x)), as.integer(dim(out)), rs, un, nopt, lonlat, y)
2: .local(x, ...)
3: raster::terrain(x, out = "slope", unit = "degrees", flatAspect = 0)
4: raster::terrain(x, out = "slope", unit = "degrees", flatAspect = 0)
5: sar(elev, s = 90)
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-release-macos-x86_64