CRAN Package Check Results for Package oxcAAR

Last updated on 2025-11-15 03:50:20 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 4.07 70.28 74.35 OK
r-devel-linux-x86_64-debian-gcc 1.1.1 2.85 55.15 58.00 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.1 16.00 90.65 106.65 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.1 133.35 ERROR
r-devel-windows-x86_64 1.1.1 8.00 113.00 121.00 OK
r-patched-linux-x86_64 1.1.1 4.14 67.66 71.80 OK
r-release-linux-x86_64 1.1.1 3.99 68.19 72.18 OK
r-release-macos-arm64 1.1.1 2.00 69.00 71.00 OK
r-release-macos-x86_64 1.1.1 4.00 101.00 105.00 OK
r-release-windows-x86_64 1.1.1 5.00 84.00 89.00 OK
r-oldrel-macos-arm64 1.1.1 2.00 53.00 55.00 OK
r-oldrel-macos-x86_64 1.1.1 3.00 72.00 75.00 OK
r-oldrel-windows-x86_64 1.1.1 8.00 111.00 119.00 OK

Check Details

Version: 1.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(oxcAAR) > > test_check("oxcAAR") Saving _problems/test_calibrate-9.R Saving _problems/test_calibrate-62.R Saving _problems/test_oxcalsumsim-9.R Saving _problems/test_oxcalsumsim-43.R Saving _problems/test_simulate-9.R Saving _problems/test_simulate-61.R [ FAIL 6 | WARN 2 | SKIP 1 | PASS 50 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_utility_functions.R:30:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_calibrate.R:4:3'): oxcalCalibrate produces error given wrong oxcal result file ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_calibrate.R:4:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_calibrate.R:12:1'): (code run outside of `test_that()`) ──────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_calibrate.R:12:1 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_oxcalsumsim.R:4:3'): oxcalSumSim produces error given wrong oxcal result file ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_oxcalsumsim.R:4:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_oxcalsumsim.R:12:1'): (code run outside of `test_that()`) ────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_oxcalsumsim.R:12:1 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_simulate.R:4:3'): oxcalSimulate produces error given wrong oxcal result file ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_simulate.R:4:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_simulate.R:12:1'): (code run outside of `test_that()`) ───────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_simulate.R:12:1 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 6 | WARN 2 | SKIP 1 | PASS 50 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/39s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(oxcAAR) > > test_check("oxcAAR") Saving _problems/test_calibrate-9.R Saving _problems/test_calibrate-62.R Saving _problems/test_oxcalsumsim-9.R Saving _problems/test_oxcalsumsim-43.R Saving _problems/test_simulate-9.R Saving _problems/test_simulate-61.R [ FAIL 6 | WARN 2 | SKIP 1 | PASS 50 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_utility_functions.R:30:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_calibrate.R:4:3'): oxcalCalibrate produces error given wrong oxcal result file ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_calibrate.R:4:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_calibrate.R:12:1'): (code run outside of `test_that()`) ──────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_calibrate.R:12:1 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_oxcalsumsim.R:4:3'): oxcalSumSim produces error given wrong oxcal result file ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_oxcalsumsim.R:4:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_oxcalsumsim.R:12:1'): (code run outside of `test_that()`) ────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_oxcalsumsim.R:12:1 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_simulate.R:4:3'): oxcalSimulate produces error given wrong oxcal result file ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_simulate.R:4:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_simulate.R:12:1'): (code run outside of `test_that()`) ───────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_simulate.R:12:1 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 6 | WARN 2 | SKIP 1 | PASS 50 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/27s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(oxcAAR) > > test_check("oxcAAR") Saving _problems/test_calibrate-9.R Saving _problems/test_calibrate-62.R Saving _problems/test_oxcalsumsim-9.R Saving _problems/test_oxcalsumsim-43.R Saving _problems/test_simulate-9.R Saving _problems/test_simulate-61.R [ FAIL 6 | WARN 2 | SKIP 1 | PASS 50 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_utility_functions.R:30:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_calibrate.R:4:3'): oxcalCalibrate produces error given wrong oxcal result file ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_calibrate.R:4:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_calibrate.R:12:1'): (code run outside of `test_that()`) ──────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_calibrate.R:12:1 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_oxcalsumsim.R:4:3'): oxcalSumSim produces error given wrong oxcal result file ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_oxcalsumsim.R:4:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_oxcalsumsim.R:12:1'): (code run outside of `test_that()`) ────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_oxcalsumsim.R:12:1 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_simulate.R:4:3'): oxcalSimulate produces error given wrong oxcal result file ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_simulate.R:4:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) ── Error ('test_simulate.R:12:1'): (code run outside of `test_that()`) ───────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_simulate.R:12:1 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 6 | WARN 2 | SKIP 1 | PASS 50 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc