CRAN Package Check Results for Package ArchaeoPhases

Last updated on 2026-06-19 06:49:35 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.0 9.37 117.18 126.55 OK
r-devel-linux-x86_64-debian-gcc 2.1.0 7.16 87.87 95.03 OK
r-devel-linux-x86_64-fedora-clang 2.1.0 12.00 173.58 185.58 ERROR
r-devel-linux-x86_64-fedora-gcc 2.1.0 12.00 186.14 198.14 ERROR
r-devel-windows-x86_64 2.1.0 21.00 141.00 162.00 OK
r-patched-linux-x86_64 2.1.0 11.21 108.52 119.73 OK
r-release-linux-x86_64 2.1.0 7.91 110.66 118.57 OK
r-release-macos-arm64 2.1.0 2.00 31.00 33.00 OK
r-release-macos-x86_64 2.1.0 6.00 129.00 135.00 OK
r-release-windows-x86_64 2.1.0 12.00 139.00 151.00 OK
r-oldrel-macos-arm64 2.1.0 OK
r-oldrel-macos-x86_64 2.1.0 6.00 242.00 248.00 OK
r-oldrel-windows-x86_64 2.1.0 17.00 159.00 176.00 OK

Check Details

Version: 2.1.0
Check: examples
Result: ERROR Running examples in ‘ArchaeoPhases-Ex.R’ failed The error most likely occurred in: > ### Name: activity > ### Title: Activity Plot > ### Aliases: activity activity-method activity,EventsMCMC-method > ### activity,CumulativeEvents-method plot,ActivityEvents,missing-method > > ### ** Examples > > ## Coerce to MCMC > eve <- as_events(mcmc_events, calendar = CE(), iteration = 1) > eve <- eve[1:10000, ] > > ## Tempo plot > tmp <- tempo(eve) Error in .local(x, decreasing, ...) : unused argument (method = "radix") Calls: tempo -> tempo -> .local -> apply -> FUN -> sort -> sort Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 2.1.0
Check: tests
Result: ERROR Running ‘tinytest.R’ Running the tests in ‘tests/tinytest.R’ failed. Complete output: > if (requireNamespace("tinytest", quietly = TRUE)) { + ## Force tests to be executed if in dev release + ## (which we define as having a sub-release) + NOT_CRAN <- length(unclass(packageVersion("ArchaeoPhases"))[[1]]) == 4 + + tinytest::test_package("ArchaeoPhases", at_home = NOT_CRAN) + } Loading required package: aion Breaking changes! ArchaeoPhases v2.0 is the result of a complete code rewrite. For further details, please consult the changelog. test_activity.R............... 0 tests test_activity.R............... 0 tests test_activity.R............... 0 tests Error in .local(x, decreasing, ...) : unused argument (method = "radix") Calls: <Anonymous> ... tempo -> tempo -> .local -> apply -> FUN -> sort -> sort Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc