Last updated on 2026-06-19 11:53:44 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 6.43 | 65.91 | 72.34 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.0 | 4.34 | 46.75 | 51.09 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.0 | 10.00 | 89.70 | 99.70 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 10.00 | 84.86 | 94.86 | ERROR | |
| r-devel-windows-x86_64 | 0.3.0 | 16.00 | 98.00 | 114.00 | OK | |
| r-patched-linux-x86_64 | 0.3.0 | 7.92 | 61.25 | 69.17 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 5.87 | 59.67 | 65.54 | OK | |
| r-release-macos-arm64 | 0.3.0 | 2.00 | 17.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 0.3.0 | 5.00 | 71.00 | 76.00 | OK | |
| r-release-windows-x86_64 | 0.3.0 | 18.00 | 99.00 | 117.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.0 | 1.00 | 21.00 | 22.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.0 | 4.00 | 59.00 | 63.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.0 | 13.00 | 94.00 | 107.00 | OK |
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in ‘ananke-Ex.R’ failed
The error most likely occurred in:
> ### 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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘tinytest.R’
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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc