Last updated on 2025-09-11 21:50:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 14.09 | 161.96 | 176.05 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 11.77 | 117.30 | 129.07 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 272.51 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 234.89 | OK | |||
r-devel-windows-x86_64 | 0.2.0 | 14.00 | 146.00 | 160.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 13.96 | 150.96 | 164.92 | OK | |
r-release-linux-x86_64 | 0.2.0 | 12.46 | 149.28 | 161.74 | OK | |
r-release-macos-arm64 | 0.2.0 | 69.00 | OK | |||
r-release-macos-x86_64 | 0.2.0 | 152.00 | OK | |||
r-release-windows-x86_64 | 0.2.0 | 14.00 | 143.00 | 157.00 | OK | |
r-oldrel-macos-arm64 | 0.2.0 | 82.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.0 | 143.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.0 | 21.00 | 194.00 | 215.00 | OK |
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [31s/39s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(important)
Loading required package: recipes
Loading required package: dplyr
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Attaching package: 'recipes'
The following object is masked from 'package:stats':
step
>
> test_check("important")
Attaching package: 'future'
The following object is masked from 'package:survival':
cluster
[ FAIL 3 | WARN 0 | SKIP 24 | PASS 226 ]
══ Skipped tests (24) ══════════════════════════════════════════════════════════
• On CRAN (24): 'test-extract_data.R:117:3', 'test-extract_data.R:246:3',
'test-importance_perm.R:662:3', 'test-parallel_utils.R:8:2',
'test-parallel_utils.R:22:2', 'test-parallel_utils.R:55:2',
'test-parallel_utils.R:86:2', 'test-parallel_utils.R:109:2',
'test-parallel_utils.R:135:2', 'test-recipes_utils.R:28:2',
'test-step_predictor_best.R:109:3', 'test-step_predictor_best.R:121:3',
'test-step_predictor_best.R:142:3', 'test-step_predictor_best.R:180:3',
'test-step_predictor_best.R:200:3',
'test-step_predictor_desirability.R:111:3',
'test-step_predictor_desirability.R:189:3',
'test-step_predictor_desirability.R:210:3',
'test-step_predictor_desirability.R:221:3',
'test-step_predictor_desirability.R:242:3',
'test-step_predictor_retain.R:133:3', 'test-step_predictor_retain.R:155:3',
'test-step_predictor_retain.R:200:3', 'test-step_predictor_retain.R:205:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-plots.R:31:3'): autoplot - classification ────────────────────
p1$labels (`actual`) not equal to list(y = NULL, x = "Permutation Importance Score", xintercept = "xintercept") (`expected`).
`actual` is an S7 object of class <ggplot2::labels>
`expected` is a list
── Failure ('test-plots.R:62:3'): autoplot - classification ────────────────────
p2$labels (`actual`) not equal to list(...) (`expected`).
`actual` is an S7 object of class <ggplot2::labels>
`expected` is a list
── Failure ('test-plots.R:114:3'): autoplot - classification ───────────────────
p3$labels (`actual`) not equal to list(y = NULL, x = "Permutation Importance Score", xintercept = "xintercept") (`expected`).
`actual` is an S7 object of class <ggplot2::labels>
`expected` is a list
[ FAIL 3 | WARN 0 | SKIP 24 | PASS 226 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc