Last updated on 2026-06-04 19:50:23 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 6.81 | 65.87 | 72.68 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 3.97 | 41.41 | 45.38 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 10.00 | 99.51 | 109.51 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 11.00 | 96.85 | 107.85 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 9.00 | 82.00 | 91.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 6.32 | 59.97 | 66.29 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 6.39 | 59.84 | 66.23 | OK | |
| r-release-macos-arm64 | 0.2.0 | 2.00 | 17.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 5.00 | 73.00 | 78.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 9.00 | 82.00 | 91.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | 2.00 | 16.00 | 18.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.0 | 4.00 | 60.00 | 64.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 13.00 | 92.00 | 105.00 | OK |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘ananke-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: as.data.frame
> ### Title: Coerce to a Data Frame
> ### Aliases: as.data.frame as.data.frame,CalibratedAges-method
> ### as.data.frame,CalibratedIntervals-method as.data.frame,RECE-method
> ### as.data.frame,ProxyRecord-method
>
> ### ** Examples
>
> ## Calibrate multiple dates
> cal <- c14_calibrate(
+ values = c(5000, 4500),
+ errors = c(45, 35),
+ names = c("X", "Y")
+ )
>
> as.data.frame(cal)
Error in z[i, j, k, drop = drop] : incorrect number of dimensions
Calls: as.data.frame ... interval_hdr -> .local -> apply -> array -> [ -> [ -> .local
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [1s/2s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> if (requireNamespace("tinytest", quietly = TRUE)) {
+ tinytest::test_package("ananke")
+ }
Loading required package: aion
test_c14_calibrate.R.......... 0 tests
test_c14_calibrate.R.......... 0 tests Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'as.list': incorrect number of dimensions
Calls: <Anonymous> ... array -> [ -> [ -> .local -> .handleSimpleError -> h
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc