CRAN Package Check Results for Package mpathr

Last updated on 2026-02-03 14:51:32 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 7.51 81.75 89.26 OK
r-devel-linux-x86_64-debian-gcc 1.0.3 5.00 63.55 68.55 OK
r-devel-linux-x86_64-fedora-clang 1.0.3 13.00 129.84 142.84 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.3 11.00 135.95 146.95 ERROR
r-devel-windows-x86_64 1.0.3 10.00 98.00 108.00 OK
r-patched-linux-x86_64 1.0.3 6.88 76.07 82.95 OK
r-release-linux-x86_64 1.0.3 6.77 74.21 80.98 OK
r-release-macos-arm64 1.0.3 OK
r-release-macos-x86_64 1.0.3 4.00 70.00 74.00 OK
r-release-windows-x86_64 1.0.3 8.00 93.00 101.00 OK
r-oldrel-macos-arm64 1.0.3 OK
r-oldrel-macos-x86_64 1.0.3 4.00 81.00 85.00 OK
r-oldrel-windows-x86_64 1.0.3 14.00 114.00 128.00 OK

Check Details

Version: 1.0.3
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [17s/22s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(mpathr) > > test_check("mpathr") Saving _problems/test-read_mpath-15.R Saving _problems/test-read_mpath-271.R Saving _problems/test-read_mpath-304.R Saving _problems/test-read_mpath-336.R [ FAIL 4 | WARN 10 | SKIP 0 | PASS 243 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-read_mpath.R:10:3'): Data is imported with no warnings ─────── Expected `read_mpath(file = basic_path, meta_data = meta_path)` not to throw any warnings. Actually got a <rlang_warning> with message: There was 1 warning in `mutate()`. i In argument: `type = case_match(...)`. Caused by warning: ! `case_match()` was deprecated in dplyr 1.2.0. i Please use `recode_values()` instead. ── Failure ('test-read_mpath.R:265:3'): no warnings are printen when warn_changed_columns is false ── Expected `read_mpath(file = basic_file, meta_data = meta_file, warn_changed_columns = FALSE)` not to throw any warnings. Actually got a <rlang_warning> with message: There was 1 warning in `mutate()`. i In argument: `type = case_match(...)`. Caused by warning: ! `case_match()` was deprecated in dplyr 1.2.0. i Please use `recode_values()` instead. ── Failure ('test-read_mpath.R:304:3'): meta_data changed columns warnings are limited to 50 ── Expected `out` to have length 51. Actual length: 1. ── Failure ('test-read_mpath.R:336:3'): meta_data limits warnings from reading in meta data files to 50 ── Expected `out` to have length 51. Actual length: 1. [ FAIL 4 | WARN 10 | SKIP 0 | PASS 243 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.3
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [17s/34s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(mpathr) > > test_check("mpathr") Saving _problems/test-read_mpath-15.R Saving _problems/test-read_mpath-271.R Saving _problems/test-read_mpath-304.R Saving _problems/test-read_mpath-336.R [ FAIL 4 | WARN 10 | SKIP 0 | PASS 243 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-read_mpath.R:10:3'): Data is imported with no warnings ─────── Expected `read_mpath(file = basic_path, meta_data = meta_path)` not to throw any warnings. Actually got a <rlang_warning> with message: There was 1 warning in `mutate()`. i In argument: `type = case_match(...)`. Caused by warning: ! `case_match()` was deprecated in dplyr 1.2.0. i Please use `recode_values()` instead. ── Failure ('test-read_mpath.R:265:3'): no warnings are printen when warn_changed_columns is false ── Expected `read_mpath(file = basic_file, meta_data = meta_file, warn_changed_columns = FALSE)` not to throw any warnings. Actually got a <rlang_warning> with message: There was 1 warning in `mutate()`. i In argument: `type = case_match(...)`. Caused by warning: ! `case_match()` was deprecated in dplyr 1.2.0. i Please use `recode_values()` instead. ── Failure ('test-read_mpath.R:304:3'): meta_data changed columns warnings are limited to 50 ── Expected `out` to have length 51. Actual length: 1. ── Failure ('test-read_mpath.R:336:3'): meta_data limits warnings from reading in meta data files to 50 ── Expected `out` to have length 51. Actual length: 1. [ FAIL 4 | WARN 10 | SKIP 0 | PASS 243 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc