Last updated on 2021-11-03 08:50:20 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.4 | 34.05 | 315.43 | 349.48 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 27.23 | 232.91 | 260.14 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.4 | 425.28 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 409.33 | OK | |||
r-devel-windows-x86_64 | 1.0.4 | 55.00 | 360.00 | 415.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 1.0.4 | OK | ||||
r-patched-linux-x86_64 | 1.0.4 | OK | ||||
r-patched-solaris-x86 | 1.0.4 | 535.30 | ERROR | |||
r-release-linux-x86_64 | 1.0.4 | 34.28 | 302.38 | 336.66 | OK | |
r-release-macos-arm64 | 1.0.4 | OK | ||||
r-release-macos-x86_64 | 1.0.4 | OK | ||||
r-release-windows-ix86+x86_64 | 1.0.4 | 65.00 | 296.00 | 361.00 | OK | |
r-oldrel-macos-x86_64 | 1.0.4 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.4 | 57.00 | 360.00 | 417.00 | OK |
Version: 1.0.4
Check: examples
Result: ERROR
Running examples in ‘abmR-Ex.R’ failed
The error most likely occurred in:
> ### Name: moveSIM
> ### Title: Runs agent-based model (ABM) movement simulations based on
> ### environmental data
> ### Aliases: moveSIM
>
> ### ** 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
> EX2 <- moveSIM(
+ replicates = 3, days = 10, env_rast = ex_raster, search_radius = 300,
+ sigma = .1, dest_x = -108.6, dest_y = 26.2, mot_x = .8, mot_y = .8,
+ modeled_species = pop1, optimum = .6, n_failures = 5, fail_thresh = .40,
+ direction = "S", write_results = FALSE, single_rast = TRUE, mortality = TRUE)
Error in over(pt, sps, fn = NULL) : identicalCRS(x, y) is not TRUE
Calls: moveSIM -> moveSIM_helper -> over -> over -> stopifnot
Execution halted
Flavor: r-patched-solaris-x86