Last updated on 2022-08-15 08:49:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.9 | 34.46 | 340.53 | 374.99 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.9 | 30.54 | 246.82 | 277.36 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.9 | 445.71 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.9 | 448.97 | OK | |||
r-devel-windows-x86_64 | 2.9 | 45.00 | 318.00 | 363.00 | OK | |
r-patched-linux-x86_64 | 2.9 | 32.97 | 324.04 | 357.01 | OK | |
r-release-linux-x86_64 | 2.9 | 34.73 | 325.90 | 360.63 | OK | |
r-release-macos-arm64 | 2.9 | 80.00 | OK | |||
r-release-macos-x86_64 | 2.9 | 142.00 | OK | |||
r-release-windows-x86_64 | 2.9 | 42.00 | 325.00 | 367.00 | OK | |
r-oldrel-macos-arm64 | 2.9 | 93.00 | OK | |||
r-oldrel-macos-x86_64 | 2.9 | 142.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 2.9 | 76.00 | 320.00 | 396.00 | ERROR |
Version: 2.9
Check: examples
Result: ERROR
Running examples in 'ecochange-Ex.R' failed
The error most likely occurred in:
> ### Name: sampleIndicator
> ### Title: Sample Biodiversity indicator
> ### Aliases: sampleIndicator
>
> ### ** Examples
>
>
> ## RasterBrick of structural Essential Biodiversity Variables
> ## covering the extent of a location in the northern Amazon basin
> ## (Colombia) is imported:
> path. <- system.file('amazon.grd',package = 'ecochange')
> amazon <- brick(path.)
>
> ## Changes in layers of tree-canopy cover (TC) in the 'amazon'
> ## brick are computed:
> def <- echanges(amazon, eco = 'TC',
+ change = 'lossyear',
+ eco_range = c(1,80),
+ get_unaffected = TRUE,
+ binary_output = FALSE,
+ mc.cores = 2)
'eco' has length > 1: matching alphanumerics in 'eco' with values in 'change'...
>
>
> plot.echanges(amazon)
>
> ## Function 'sampleIndicator' is implemented to sample a metric of
> ## conditional entropy (default):
>
> def_condent <- sampleIndicator(def, side = 400, mc.cores = 2)
Error in .requireRgdal() : package 'rgdal' is not available
Calls: sampleIndicator -> fnrs
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64