R Under development (unstable) (2024-10-22 r87264 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(primarycensored) > > test_results <- test_check("primarycensored") Error in `FUN()`: ! In path: "D:\\RCompile\\CRANincoming\\R-devel\\primarycensored.Rcheck\\tests\\testthat\\setup.R" Caused by error in `library()`: ! there is no package called 'cmdstanr' Backtrace: ▆ 1. ├─testthat::test_check("primarycensored") 2. │ └─testthat::test_dir(...) 3. │ └─testthat:::test_files(...) 4. │ └─testthat:::test_files_serial(...) 5. │ └─testthat:::test_files_setup_state(...) 6. │ └─testthat::source_test_setup(".", env) 7. │ └─testthat::source_dir(path, "^setup.*\\.[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::library(cmdstanr) at D:\RCompile\CRANincoming\R-devel\primarycensored.Rcheck\tests\testthat\setup.R:8:3 15. │ └─base::stop(packageNotFoundError(package, lib.loc, sys.call())) 16. └─testthat (local) ``(``) 17. └─rlang::abort(...) Execution halted