CRAN Package Check Results for Package important

Last updated on 2025-10-10 11:51:06 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 15.18 169.93 185.11 OK
r-devel-linux-x86_64-debian-gcc 0.2.1 11.36 114.41 125.77 OK
r-devel-linux-x86_64-fedora-clang 0.2.1 290.86 OK
r-devel-linux-x86_64-fedora-gcc 0.2.1 275.98 OK
r-devel-windows-x86_64 0.2.1 17.00 153.00 170.00 OK
r-patched-linux-x86_64 0.2.1 15.39 157.95 173.34 OK
r-release-linux-x86_64 0.2.0 13.14 158.78 171.92 ERROR
r-release-macos-arm64 0.2.1 74.00 OK
r-release-macos-x86_64 0.2.1 244.00 OK
r-release-windows-x86_64 0.2.1 18.00 156.00 174.00 OK
r-oldrel-macos-arm64 0.2.1 76.00 OK
r-oldrel-macos-x86_64 0.2.1 232.00 OK
r-oldrel-windows-x86_64 0.2.1 25.00 196.00 221.00 OK

Check Details

Version: 0.2.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [44s/51s] 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-release-linux-x86_64