Last updated on 2026-02-07 07:48:53 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.3 | 6.32 | 87.24 | 93.56 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.4 | 5.09 | 63.25 | 68.34 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.4 | 12.00 | 137.35 | 149.35 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 12.00 | 141.57 | 153.57 | OK | |
| r-devel-windows-x86_64 | 1.0.4 | 11.00 | 97.00 | 108.00 | OK | |
| r-patched-linux-x86_64 | 1.0.3 | 7.74 | 77.13 | 84.87 | ERROR | |
| 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.4 | 5.00 | 103.00 | 108.00 | OK | |
| r-release-windows-x86_64 | 1.0.4 | 10.00 | 107.00 | 117.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.3 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.4 | 5.00 | 95.00 | 100.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.4 | 13.00 | 118.00 | 131.00 | OK |
Version: 1.0.3
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [12s/21s]
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-debian-clang
Version: 1.0.3
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [11s/19s]
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-patched-linux-x86_64