Last updated on 2022-07-03 01:48:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.9 | 32.41 | 334.65 | 367.06 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.9 | 24.85 | 242.62 | 267.47 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.9 | 430.28 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.9 | 433.78 | OK | |||
r-devel-windows-x86_64 | 2.9 | 42.00 | 325.00 | 367.00 | OK | |
r-patched-linux-x86_64 | 2.9 | 37.22 | 312.20 | 349.42 | OK | |
r-release-linux-x86_64 | 2.9 | 35.57 | 318.30 | 353.87 | 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 | 34.00 | 313.00 | 347.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 | 74.00 | 319.00 | 393.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