bertcarnell / tornado

tornado plots for model sensitivity analysis
https://bertcarnell.github.io/tornado/
GNU General Public License v3.0
5 stars 0 forks source link

CRAN Error on package dependencies #5

Closed bertcarnell closed 1 year ago

bertcarnell commented 1 year ago

Version: 0.1.2 Check: tests Result: ERROR Running ‘testthat.R’ [7s/28s] Running the tests in ‘tests/testthat.R’ failed. Complete output:

library(testthat) library(tornado)

test_check("tornado") Loading required namespace: glmnet Error: .onLoad failed in loadNamespace() for 'recipes', details: call: if (should_register_tune_args_method) { error: missing value where TRUE/FALSE needed In addition: Warning message: In packageDescription(pkg, lib.loc = lib.loc, fields = "Version") : no package 'tune' was found Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

bertcarnell commented 1 year ago

Resolved on CRAN. Temporary miss on dependencies. Also added a github action to check for R CMD check without suggested packages to prevent this in the future.