CRAN Package Check Results for Package tidypredict

Last updated on 2024-11-03 18:49:46 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5 4.75 154.90 159.65 OK
r-devel-linux-x86_64-debian-gcc 0.5 0.38 1.67 2.05 ERROR
r-devel-linux-x86_64-fedora-clang 0.5 266.42 OK
r-devel-linux-x86_64-fedora-gcc 0.5 264.28 OK
r-devel-windows-x86_64 0.5 8.00 149.00 157.00 OK
r-patched-linux-x86_64 0.5 5.14 143.98 149.12 OK
r-release-linux-x86_64 0.5 5.20 106.85 112.05 ERROR
r-release-macos-arm64 0.5 79.00 OK
r-release-macos-x86_64 0.5 123.00 OK
r-release-windows-x86_64 0.5 8.00 152.00 160.00 OK
r-oldrel-macos-arm64 0.5 86.00 OK
r-oldrel-macos-x86_64 0.5 137.00 OK
r-oldrel-windows-x86_64 0.5 9.00 190.00 199.00 OK

Check Details

Version: 0.5
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.5
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'Cubist', 'ranger' Flavor: r-release-linux-x86_64

Version: 0.5
Check: tests
Result: ERROR Running ‘testthat.R’ [22s/24s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tidypredict) > > test_check("tidypredict") [ FAIL 3 | WARN 0 | SKIP 9 | PASS 90 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test-earth.R:166:3', 'test-party.R:30:3', 'test-rf.R:15:5', 'test-rf.R:15:5', 'test-rf.R:41:3', 'test_glm.R:40:3', 'test_lm.R:49:3', 'test_xgboost.R:84:7', 'test_xgboost.R:108:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-cubist.R:3:1'): (code run outside of `test_that()`) ──────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'Cubist' Backtrace: ▆ 1. └─base::loadNamespace(x) at test-cubist.R:3:1 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-ranger.R:4:3'): (code run outside of `test_that()`) ──────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'ranger' Backtrace: ▆ 1. ├─tidypredict (local) run_test(...) at test-ranger.R:20:1 2. │ └─tidypredict::tidypredict_fit(model) at test-ranger.R:4:3 3. └─base::loadNamespace(x) 4. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 5. └─base (local) withOneRestart(expr, restarts[[1L]]) 6. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-tester.R:23:3'): Error is returned for tree based models ─────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'ranger' Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-tester.R:23: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. ├─tidypredict::tidypredict_test(...) 8. └─base::loadNamespace(x) 9. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 10. └─base (local) withOneRestart(expr, restarts[[1L]]) 11. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 3 | WARN 0 | SKIP 9 | PASS 90 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.5
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘cubist.Rmd’ using rmarkdown Quitting from lines 11-18 [setup] (cubist.Rmd) Error: processing vignette 'cubist.Rmd' failed with diagnostics: there is no package called 'Cubist' --- failed re-building ‘cubist.Rmd’ --- re-building ‘glm.Rmd’ using rmarkdown --- finished re-building ‘glm.Rmd’ --- re-building ‘lm.Rmd’ using rmarkdown --- finished re-building ‘lm.Rmd’ --- re-building ‘mars.Rmd’ using rmarkdown --- finished re-building ‘mars.Rmd’ --- re-building ‘non-r.Rmd’ using rmarkdown --- finished re-building ‘non-r.Rmd’ --- re-building ‘ranger.Rmd’ using rmarkdown Quitting from lines 11-21 [unnamed-chunk-1] (ranger.Rmd) Error: processing vignette 'ranger.Rmd' failed with diagnostics: there is no package called 'ranger' --- failed re-building ‘ranger.Rmd’ --- re-building ‘regression.Rmd’ using rmarkdown --- finished re-building ‘regression.Rmd’ --- re-building ‘rf.Rmd’ using rmarkdown --- finished re-building ‘rf.Rmd’ --- re-building ‘save.Rmd’ using rmarkdown --- finished re-building ‘save.Rmd’ --- re-building ‘sql.Rmd’ using rmarkdown --- finished re-building ‘sql.Rmd’ --- re-building ‘tree.Rmd’ using rmarkdown --- finished re-building ‘tree.Rmd’ --- re-building ‘xgboost.Rmd’ using rmarkdown --- finished re-building ‘xgboost.Rmd’ SUMMARY: processing the following files failed: ‘cubist.Rmd’ ‘ranger.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-release-linux-x86_64