Last updated on 2021-10-07 06:49:14 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 23.18 | 229.27 | 252.45 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 19.45 | 175.77 | 195.22 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 325.21 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 323.87 | NOTE | |||
r-devel-windows-x86_64 | 1.0.2 | 30.00 | 188.00 | 218.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 1.0.2 | NOTE | ||||
r-patched-linux-x86_64 | 1.0.2 | 21.53 | 220.00 | 241.53 | OK | |
r-patched-solaris-x86 | 1.0.2 | 374.10 | ERROR | |||
r-release-linux-x86_64 | 1.0.2 | 21.81 | 219.05 | 240.86 | OK | |
r-release-macos-arm64 | 1.0.2 | NOTE | ||||
r-release-macos-x86_64 | 1.0.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.2 | 57.00 | 249.00 | 306.00 | OK | |
r-oldrel-macos-x86_64 | 1.0.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.2 | 47.00 | 256.00 | 303.00 | OK |
Version: 1.0.2
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-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘abmR-Ex.R’ failed
The error most likely occurred in:
> ### Name: energySIM
> ### Title: Runs agent-based model (ABM) movement and energy budget
> ### simulations based on environmental data
> ### Aliases: energySIM
>
> ### ** Examples
>
> # Define species object
> pop1 <- as.species(
+ x = -98.7, y = 34.7,
+ morphpar1 = 15, morphpar1mean = 16, morphpar1sd = 2, morphpar1sign = "Pos",
+ morphpar2 = 19, morphpar2mean = 18, morphpar2sd = 1, morphpar2sign = "Pos"
+ )
>
> # Run function
> EX1 <- energySIM(
+ replicates = 5, days = 27, env_rast = ex_raster, search_radius = 400,
+ sigma = .1, dest_x = -108.6, dest_y = 26.2, mot_x = .9, mot_y = .9,
+ modeled_species = pop1,
+ optimum_lo = .6, optimum_hi = .8, init_energy = 100,
+ direction = "S", write_results = FALSE, single_rast = TRUE, mortality = TRUE)
Error in over(pt, sps, fn = NULL) : identicalCRS(x, y) is not TRUE
Calls: energySIM -> energySIM_helper -> over -> over -> stopifnot
Execution halted
Flavor: r-patched-solaris-x86