CRAN Package Check Results for Package MolgenisArmadillo

Last updated on 2025-11-14 12:50:17 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.9.1 7.66 79.59 87.25 OK
r-devel-linux-x86_64-debian-gcc 2.9.1 5.25 57.70 62.95 OK
r-devel-linux-x86_64-fedora-clang 2.9.1 39.00 102.22 141.22 ERROR
r-devel-linux-x86_64-fedora-gcc 2.9.1 32.00 116.93 148.93 ERROR
r-devel-windows-x86_64 2.9.1 12.00 100.00 112.00 OK
r-patched-linux-x86_64 2.9.1 8.23 73.44 81.67 OK
r-release-linux-x86_64 2.9.1 7.49 73.41 80.90 OK
r-release-macos-arm64 2.9.1 4.00 54.00 58.00 OK
r-release-macos-x86_64 2.9.1 7.00 135.00 142.00 OK
r-release-windows-x86_64 2.9.1 10.00 96.00 106.00 OK
r-oldrel-macos-arm64 2.9.1 4.00 57.00 61.00 OK
r-oldrel-macos-x86_64 2.9.1 6.00 110.00 116.00 OK
r-oldrel-windows-x86_64 2.9.1 13.00 122.00 135.00 OK

Check Details

Version: 2.9.1
Check: tests
Result: ERROR Running ‘testthat.R’ [14s/40s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tibble) > library(MolgenisArmadillo) > library(webmockr) > > test_check("MolgenisArmadillo") crul not installed, skipping enable HttrAdapter enabled! Httr2Adapter enabled! Saving _problems/test-object-46.R Saving _problems/test-object-86.R Attempting to install package [ 'C:/test/test.tar.gz' ] Attempting to install package [ 'C:/test/test.tar.gz' ] Package [ 'C:/test/test.tar.gz' ] installed Deleted 'project/folder2' Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Renaming .csv column name `folder` to `source_folder`: please update your .csv file to silence this message. Renaming .csv column name `table` to `source_table`: please update your .csv file to silence this message. 'target_folder' not specified in .csv file: defaulting to source folder name 'target_table' not specified in .csv file: defaulting to source table name 'target_folder' not specified in .csv file: defaulting to source folder name 'target_table' not specified in .csv file: defaulting to source table name Argument `new project` has now been deprecated: please use `target_project` instead x View 'target_folder/target_table' failed with status '409': 'Project 'link-test222' already has an object 'core-variables/nonrep.alf' v View 'target_folder/target_table' successfully created Renaming .csv column name `folder` to `source_folder`: please update your .csv file to silence this message. Renaming .csv column name `table` to `source_table`: please update your .csv file to silence this message. 'target_folder' not specified in .csv file: defaulting to source folder name 'target_table' not specified in .csv file: defaulting to source table name [1] "project/folder1/obj1" "project/folder1/obj2" "project/folder2/obj3" [4] "project/folder2/obj4" [1] "project/folder1/obj1" "project/folder1/obj2" "project/folder2/obj3" [4] "project/folder2/obj4" Saving _problems/test-utils-17.R [ FAIL 4 | WARN 0 | SKIP 0 | PASS 237 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-object.R:30:3'): .upload_object handles errors ───────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. i Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-object.R:30:3 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─testthat::with_mock(...) 8. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Error ('test-object.R:70:3'): .upload_object uploads object ───────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. i Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. ├─testthat::expect_message(...) at test-object.R:70:3 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─testthat::with_mock(...) 8. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Error ('test-object.R:310:3'): .load_object loads the object from file ────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. i Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. ├─testthat::expect_silent(...) at test-object.R:310:3 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─testthat::with_mock(...) 10. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 11. └─lifecycle:::deprecate_stop0(msg) 12. └─rlang::cnd_signal(...) ── Error ('test-utils.R:11:3'): .handle_request_error handles 500 ────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. i Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test-utils.R:11:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 4 | WARN 0 | SKIP 0 | PASS 237 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.9.1
Check: tests
Result: ERROR Running ‘testthat.R’ [14s/43s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tibble) > library(MolgenisArmadillo) > library(webmockr) > > test_check("MolgenisArmadillo") CrulAdapter enabled! HttrAdapter enabled! Httr2Adapter enabled! Saving _problems/test-object-46.R Saving _problems/test-object-86.R Attempting to install package [ 'C:/test/test.tar.gz' ] Attempting to install package [ 'C:/test/test.tar.gz' ] Package [ 'C:/test/test.tar.gz' ] installed Deleted 'project/folder2' Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Renaming .csv column name `folder` to `source_folder`: please update your .csv file to silence this message. Renaming .csv column name `table` to `source_table`: please update your .csv file to silence this message. 'target_folder' not specified in .csv file: defaulting to source folder name 'target_table' not specified in .csv file: defaulting to source table name 'target_folder' not specified in .csv file: defaulting to source folder name 'target_table' not specified in .csv file: defaulting to source table name Argument `new project` has now been deprecated: please use `target_project` instead x View 'target_folder/target_table' failed with status '409': 'Project 'link-test222' already has an object 'core-variables/nonrep.alf' v View 'target_folder/target_table' successfully created Renaming .csv column name `folder` to `source_folder`: please update your .csv file to silence this message. Renaming .csv column name `table` to `source_table`: please update your .csv file to silence this message. 'target_folder' not specified in .csv file: defaulting to source folder name 'target_table' not specified in .csv file: defaulting to source table name [1] "project/folder1/obj1" "project/folder1/obj2" "project/folder2/obj3" [4] "project/folder2/obj4" [1] "project/folder1/obj1" "project/folder1/obj2" "project/folder2/obj3" [4] "project/folder2/obj4" Saving _problems/test-utils-17.R [ FAIL 4 | WARN 0 | SKIP 0 | PASS 237 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-object.R:30:3'): .upload_object handles errors ───────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. i Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-object.R:30:3 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─testthat::with_mock(...) 8. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Error ('test-object.R:70:3'): .upload_object uploads object ───────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. i Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. ├─testthat::expect_message(...) at test-object.R:70:3 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─testthat::with_mock(...) 8. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 9. └─lifecycle:::deprecate_stop0(msg) 10. └─rlang::cnd_signal(...) ── Error ('test-object.R:310:3'): .load_object loads the object from file ────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. i Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. ├─testthat::expect_silent(...) at test-object.R:310:3 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─testthat::with_mock(...) 10. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 11. └─lifecycle:::deprecate_stop0(msg) 12. └─rlang::cnd_signal(...) ── Error ('test-utils.R:11:3'): .handle_request_error handles 500 ────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. i Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test-utils.R:11:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 4 | WARN 0 | SKIP 0 | PASS 237 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc