R Under development (unstable) (2025-11-25 r89063 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. > # ============================================================================= > # FILE: tests/testthat.R (Main test runner) > # ============================================================================= > # Main testthat runner for qbrms package > > library(testthat) > library(qbrms) qbrms: INLA package not found. Some functionality will use fallback methods. To install INLA: install.packages('INLA', repos=c(getOption('repos'), INLA='https://inla.r-inla-download.org/R/stable'), dep=TRUE) Attaching package: 'qbrms' The following objects are masked from 'package:stats': Gamma, binomial, gaussian, poisson The following object is masked from 'package:utils': zip The following object is masked from 'package:base': gamma > > # Run all tests in the testthat directory > test_check("qbrms") [ FAIL 0 | WARN 0 | SKIP 11 | PASS 84 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • Multiple effects not supported in current implementation (1): 'test-conditional-effects.R:53:3' • On CRAN (2): 'test-additional-features.R:39:3', 'test-additional-features.R:69:3' • Package INLA not available (3): 'test-additional-families.R:6:1', 'test-additional-features.R:6:3', 'test-additional-features.R:46:3' • family method not yet implemented (1): 'test-methods.R:120:3' • formula method not yet implemented (1): 'test-methods.R:107:3' • nobs method not yet implemented (1): 'test-methods.R:132:3' • plot argument not supported in current implementation (1): 'test-conditional-effects.R:66:3' • predict method not yet implemented (1): 'test-methods.R:71:3' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 84 ] > > proc.time() user system elapsed 6.85 0.70 7.57