CRAN Package Check Results for Maintainer ‘Kjetil Lysne Voje <k.l.voje at nhm.uio.no>’

Last updated on 2024-06-07 00:54:25 CEST.

Package ERROR OK
evoTS 2 11

Package evoTS

Current CRAN status: ERROR: 2, OK: 11

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