CRAN Package Check Results for Package AHMbook

Last updated on 2024-11-12 00:49:25 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.10 11.82 147.79 159.61 OK
r-devel-linux-x86_64-debian-gcc 0.2.10 7.28 83.05 90.33 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.10 265.89 OK
r-devel-linux-x86_64-fedora-gcc 0.2.10 249.44 OK
r-devel-windows-x86_64 0.2.10 13.00 191.00 204.00 OK
r-patched-linux-x86_64 0.2.10 12.96 137.45 150.41 OK
r-release-linux-x86_64 0.2.10 10.73 135.63 146.36 OK
r-release-macos-arm64 0.2.10 74.00 OK
r-release-macos-x86_64 0.2.10 184.00 OK
r-release-windows-x86_64 0.2.10 14.00 208.00 222.00 OK
r-oldrel-macos-arm64 0.2.10 77.00 OK
r-oldrel-macos-x86_64 0.2.10 183.00 OK
r-oldrel-windows-x86_64 0.2.10 16.00 240.00 256.00 OK

Check Details

Version: 0.2.10
Check: examples
Result: ERROR Running examples in ‘AHMbook-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: simDynoccSpatial > ### Title: Simulate data under a dynamic occupancy model with spatial > ### autocorrelation > ### Aliases: simDynoccSpatial > > ### ** Examples > > # Generate data with the default arguments and look at the structure > try(str(simDynoccSpatial())) # Fails if RandomFields is not available Error in checkNamespace("fields") : Install fields package to use this function FALSE > > str(simDynoccSpatial(side=50, theta.XAC=1)) Error in checkNamespace("fields") : Install fields package to use this function FALSE Calls: str -> simDynoccSpatial -> checkNamespace Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed color_ramps 5.938 0.208 8.317 Flavor: r-devel-linux-x86_64-debian-gcc