R Under development (unstable) (2026-06-17 r90169 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. > library(testthat) > library(bayesianOU) bayesianOU: Bayesian Nonlinear OU Models For 'Stan' backend, ensure 'cmdstanr' or 'rstan' is installed. > > test_check("bayesianOU") [ FAIL 0 | WARN 0 | SKIP 4 | PASS 162 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-equivalence.R:15:3', 'test-golden-configs.R:18:3', 'test-recovery-by-config.R:17:3', 'test-recovery.R:8:3' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 162 ] > > proc.time() user system elapsed 15.03 1.10 16.12