R Under development (unstable) (2026-03-05 r89546 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bdlnm) > > test_check("bdlnm") Error in `source_dir()`: ! Failed to evaluate './helper.R'. Caused by error in `bdlnm()`: ! Package INLA is required to fit the model but is not installed. ℹ Install from the R-INLA repository (https://www.r-inla.org/) and restart R. Backtrace: ▆ 1. └─testthat::test_check("bdlnm") 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(...) 11. ├─base::withCallingHandlers(...) 12. └─base::eval(exprs, env) 13. └─base::eval(exprs, env) 14. └─bdlnm::bdlnm(...) at ./helper.R:42:1 15. └─cli::cli_abort(...) 16. └─rlang::abort(...) Execution halted