CRAN Package Check Results for Package evoTS

Last updated on 2024-06-07 00:53:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 21.07 118.67 139.74 OK
r-devel-linux-x86_64-debian-gcc 1.0.2 11.51 81.74 93.25 OK
r-devel-linux-x86_64-fedora-clang 1.0.2 122.15 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.2 120.23 ERROR
r-devel-windows-x86_64 1.0.2 15.00 103.00 118.00 OK
r-patched-linux-x86_64 1.0.2 17.38 107.14 124.52 OK
r-release-linux-x86_64 1.0.2 12.76 106.28 119.04 OK
r-release-macos-arm64 1.0.2 42.00 OK
r-release-macos-x86_64 1.0.2 66.00 OK
r-release-windows-x86_64 1.0.2 15.00 102.00 117.00 OK
r-oldrel-macos-arm64 1.0.2 44.00 OK
r-oldrel-macos-x86_64 1.0.2 70.00 OK
r-oldrel-windows-x86_64 1.0.2 20.00 160.00 180.00 OK

Check Details

Version: 1.0.2
Check: examples
Result: ERROR Running examples in ‘evoTS-Ex.R’ failed The error most likely occurred in: > ### Name: fit.mode.shift > ### Title: Fit two models to two separate segments to an evolutionary > ### sequence (time-series). > ### Aliases: fit.mode.shift > > ### ** Examples > > > ##Generate a paleoTS object. > x <- paleoTS::sim.GRW(30) > > ## Fit a mode-shift model without defining a shift point (the example may take > 5 seconds to run) > fit.mode.shift(x, model1="URW", model2="Stasis") [1] "Searching all possible shift points in the evolutionary sequence" Total # hypotheses: 17 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 paleoTSfit object [n = 30 , K = 5 ] Model: URW-Stasis Method: Joint log-likelihood = -16.367 AICc = 45.23401 Parameter estimates: anc vstep theta omega shift1 0.24174626 0.05502436 1.13780580 1.17188788 24.00000000 Error in if (nsh == 1) shn <- "shift" else shn <- paste0("shift", 1:nsh) : argument is of length zero Calls: <Anonymous> -> print.paleoTSfit -> showGG Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc