R Under development (unstable) (2025-08-25 r88702 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > ## Test `Hmsc` using the `testthat` package > > ## Setup > require("testthat") Loading required package: testthat > require("Hmsc") Loading required package: Hmsc Loading required package: coda > > ## Runs the tests in inst/tests > test_check("Hmsc") Hmsc::computeInitialParameter - initializing fixed effects with SSDM estimates Hmsc::computeInitialParameter - initializing fixed effects with SSDM estimates Hmsc::computeInitialParameter - initializing fixed effects with SSDM estimates Hmsc::computeInitialParameter - initializing fixed effects with SSDM estimates Chain 1, iteration 1 of 1 (sampling) [ FAIL 0 | WARN 8 | SKIP 1 | PASS 224 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-setHmsc.R:38:1' [ FAIL 0 | WARN 8 | SKIP 1 | PASS 224 ] > > proc.time() user system elapsed 4.56 0.50 5.06