Last updated on 2026-07-03 03:51:47 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.0 | 9.27 | 78.11 | 87.38 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.1.1 | 6.45 | 94.36 | 100.81 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.1.1 | 14.00 | 269.47 | 283.47 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.1.1 | 14.00 | 258.37 | 272.37 | OK | |
| r-devel-windows-x86_64 | 2.1.1 | 16.00 | 162.00 | 178.00 | OK | |
| r-patched-linux-x86_64 | 2.1.0 | 11.94 | 112.47 | 124.41 | OK | |
| r-release-linux-x86_64 | 2.1.0 | OK | ||||
| r-release-macos-arm64 | 2.1.1 | 2.00 | 34.00 | 36.00 | OK | |
| r-release-macos-x86_64 | 2.1.1 | 7.00 | 141.00 | 148.00 | OK | |
| r-release-windows-x86_64 | 2.1.0 | 14.00 | 136.00 | 150.00 | OK | |
| r-oldrel-macos-arm64 | 2.1.1 | 2.00 | 38.00 | 40.00 | OK | |
| r-oldrel-macos-x86_64 | 2.1.1 | 6.00 | 138.00 | 144.00 | OK | |
| r-oldrel-windows-x86_64 | 2.1.0 | 15.00 | 165.00 | 180.00 | OK |
Version: 2.1.0
Check: examples
Result: ERROR
Running examples in ‘ArchaeoPhases-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.1.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [2s/2s]
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
Flavor: r-devel-linux-x86_64-debian-clang