CRAN Package Check Results for Maintainer ‘Mary E. Blair <mblair1 at amnh.org>’

Last updated on 2024-07-27 11:49:26 CEST.

Package ERROR NOTE OK
wallace 2 1 10

Package wallace

Current CRAN status: ERROR: 2, NOTE: 1, OK: 10

Version: 2.1.3
Check: package dependencies
Result: NOTE Imports includes 21 non-default packages. Importing from so many packages makes the package vulnerable to any of them becoming unavailable. Move as many as possible to Suggests and use conditionally. Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [51s/83s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 19: tryCatch(withCallingHandlers({ eval(code, test_env) if (!handled && !is.null(test)) { skip_empty() }}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error), error = handle_fatal, skip = function(e) { }) 20: test_code(test = NULL, code = exprs, env = env, default_reporter = StopReporter$new()) 21: source_file(path, env = env(env), desc = desc, error_call = error_call) 22: FUN(X[[i]], ...) 23: lapply(test_paths, test_one_file, env = env, desc = desc, error_call = error_call) 24: doTryCatch(return(expr), name, parentenv, handler) 25: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 26: tryCatchList(expr, classes, parentenv, handlers) 27: tryCatch(code, testthat_abort_reporter = function(cnd) { cat(conditionMessage(cnd), "\n") NULL}) 28: with_reporter(reporters$multi, lapply(test_paths, test_one_file, env = env, desc = desc, error_call = error_call)) 29: test_files_serial(test_dir = test_dir, test_package = test_package, test_paths = test_paths, load_helpers = load_helpers, reporter = reporter, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, desc = desc, load_package = load_package, error_call = error_call) 30: test_files(test_dir = path, test_paths = test_paths, test_package = package, reporter = reporter, load_helpers = load_helpers, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, load_package = load_package, parallel = parallel) 31: test_dir("testthat", package = package, reporter = reporter, ..., load_package = "installed") 32: test_check("wallace") An irrecoverable exception occurred. R is aborting now ... Flavor: r-release-macos-arm64

Version: 2.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [64s/91s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 19: tryCatch(withCallingHandlers({ eval(code, test_env) if (!handled && !is.null(test)) { skip_empty() }}, expectation = handle_expectation, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error), error = handle_fatal, skip = function(e) { }) 20: test_code(test = NULL, code = exprs, env = env, default_reporter = StopReporter$new()) 21: source_file(path, env = env(env), desc = desc, error_call = error_call) 22: FUN(X[[i]], ...) 23: lapply(test_paths, test_one_file, env = env, desc = desc, error_call = error_call) 24: doTryCatch(return(expr), name, parentenv, handler) 25: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 26: tryCatchList(expr, classes, parentenv, handlers) 27: tryCatch(code, testthat_abort_reporter = function(cnd) { cat(conditionMessage(cnd), "\n") NULL}) 28: with_reporter(reporters$multi, lapply(test_paths, test_one_file, env = env, desc = desc, error_call = error_call)) 29: test_files_serial(test_dir = test_dir, test_package = test_package, test_paths = test_paths, load_helpers = load_helpers, reporter = reporter, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, desc = desc, load_package = load_package, error_call = error_call) 30: test_files(test_dir = path, test_paths = test_paths, test_package = package, reporter = reporter, load_helpers = load_helpers, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, load_package = load_package, parallel = parallel) 31: test_dir("testthat", package = package, reporter = reporter, ..., load_package = "installed") 32: test_check("wallace") An irrecoverable exception occurred. R is aborting now ... Flavor: r-oldrel-macos-arm64