Last updated on 2026-05-11 00:51:59 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.0 | 9.60 | 121.25 | 130.85 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.1.0 | 6.74 | 62.78 | 69.52 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.1.0 | 15.00 | 179.88 | 194.88 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.1.0 | 15.00 | 195.53 | 210.53 | OK | |
| r-devel-windows-x86_64 | 2.1.0 | 11.00 | 142.00 | 153.00 | OK | |
| r-patched-linux-x86_64 | 2.1.0 | 8.79 | 109.96 | 118.75 | OK | |
| r-release-linux-x86_64 | 2.1.0 | 9.00 | 109.27 | 118.27 | 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 | 11.00 | 132.00 | 143.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 | 15.00 | 164.00 | 179.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: as_events
> ### Title: Coerce to Events
> ### Aliases: as_events as_events-method as_events,matrix-method
> ### as_events,data.frame-method
>
> ### ** Examples
>
> ## Coerce to events
> eve <- as_events(mcmc_events, calendar = CE(), iteration = 1)
>
> ## Plot first event
> plot(eve[, 1], interval = "hdr")
Error in (function (cl, name, valueClass) :
assignment of an object of class “NULL” is not valid for @‘labels’ in an object of class “EventsMCMC”; is(value, "character") is not TRUE
Calls: plot ... median.default -> names<- -> names<- -> <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.1.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [4s/5s]
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
test_activity.R............... 0 tests
test_activity.R............... 1 tests OK
test_activity.R............... 2 tests OK
test_activity.R............... 2 tests OK 1.2s
test_allen.R.................. 0 tests
test_allen.R.................. 0 tests
test_allen.R.................. 0 tests
test_allen.R.................. 0 tests
test_allen.R.................. 0 tests
test_allen.R.................. 1 tests OK
test_allen.R.................. 1 tests OK
test_allen.R.................. 2 tests OK
test_allen.R.................. 3 tests OK
test_allen.R.................. 4 tests OK
test_allen.R.................. 4 tests OK
test_allen.R.................. 4 tests OK
test_allen.R.................. 5 tests OK
test_allen.R.................. 5 tests OK
test_allen.R.................. 5 tests OK
test_allen.R.................. 6 tests OK
test_allen.R.................. 6 tests OK
test_allen.R.................. 6 tests OK
test_allen.R.................. 7 tests OK
test_allen.R.................. 7 tests OK
test_allen.R.................. 8 tests OK
test_allen.R.................. 8 tests OK
test_allen.R.................. 8 tests OK
test_allen.R.................. 8 tests OK
test_allen.R.................. 9 tests OK
test_allen.R.................. 9 tests OK
test_allen.R.................. 9 tests OK
test_allen.R.................. 9 tests OK
test_allen.R.................. 10 tests OK
test_allen.R.................. 10 tests OK
test_allen.R.................. 10 tests OK
test_allen.R.................. 10 tests OK
test_allen.R.................. 11 tests OK 28ms
test_boundaries.R............. 0 tests
test_boundaries.R............. 0 tests
test_boundaries.R............. 0 tests
test_boundaries.R............. 0 tests
test_boundaries.R............. 1 tests OK 0.4s
test_events.R................. 0 tests
test_events.R................. 0 tests
test_events.R................. 0 tests
test_events.R................. 1 tests OK
test_events.R................. 1 tests OK 0.3s
test_hiatus.R................. 0 tests
test_hiatus.R................. 0 tests
test_hiatus.R................. 0 tests
test_hiatus.R................. 0 tests
test_hiatus.R................. 1 tests OK
test_hiatus.R................. 1 tests OK
test_hiatus.R................. 1 tests OK
test_hiatus.R................. 1 tests OK
test_hiatus.R................. 2 tests OK 1.0s
test_interval.R............... 0 tests
test_interval.R............... 0 tests
test_interval.R............... 0 tests Error: <MCMC> instance initialization:
* evaluation nested too deeply: infinite recursion / options(expressions=)?
* evaluation nested too deeply: infinite recursion / options(expressions=)?
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc