Package check result: ERROR Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Tamás Stirling ’ New submission Package was archived on CRAN CRAN repository db overrides: X-CRAN-Comment: Archived on 2024-08-31 for policy violation. Spamming personal email address of team member in HTML. Check: tests, Result: ERROR Running ‘test-all.R’ [1s/1s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > library(testthat) > test_check("taxizedb") Loading required package: taxizedb Error in `FUN()`: ! In path: "/home/hornik/tmp/CRAN_special_noSuggests/taxizedb.Rcheck/tests/testthat/helper-taxizedb.R" Caused by error in `loadNamespace()`: ! there is no package called 'taxize' Backtrace: ▆ 1. ├─testthat::test_check("taxizedb") 2. │ └─testthat::test_dir(...) 3. │ └─testthat:::test_files(...) 4. │ └─testthat:::test_files_serial(...) 5. │ └─testthat:::test_files_setup_state(...) 6. │ └─testthat::source_test_helpers(".", env) 7. │ └─testthat::source_dir(path, "^helper.*\\.[rR]$", env = env, wrap = FALSE) 8. │ └─base::lapply(...) 9. │ └─testthat (local) FUN(X[[i]], ...) 10. │ └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap) 11. │ ├─base::withCallingHandlers(...) 12. │ └─base::eval(exprs, env) 13. │ └─base::eval(exprs, env) 14. ├─base::loadNamespace(x) at tests/testthat/helper-taxizedb.R:1:1 15. │ ├─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 16. │ │ └─base (local) withOneRestart(expr, restarts[[1L]]) 17. │ │ └─base (local) doWithOneRestart(return(expr), restart) 18. │ └─base::stop(cond) 19. └─testthat (local) ``(``) 20. └─rlang::abort(...) Execution halted