R Under development (unstable) (2024-05-01 r86507 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(mvgam) Loading required package: mgcv Loading required package: nlme This is mgcv 1.9-1. For overview type 'help("mgcv-package")'. Loading required package: Rcpp Loading required package: brms Loading 'brms' package (version 2.21.0). Useful instructions can be found by typing help('brms'). A more detailed introduction to the package is available through vignette('brms_overview'). Attaching package: 'brms' The following objects are masked from 'package:mgcv': s, t2 The following object is masked from 'package:stats': ar Loading required package: marginaleffects Loading required package: insight Welcome to mvgam. Please cite as: Clark, NJ, and Wells, K. 2022. Dynamic Generalized Additive Models (DGAMs) for forecasting discrete ecological time series. Methods in Ecology and Evolution, 2022, https://doi.org/10.1111/2041-210X.13974 > > test_check("mvgam") [ FAIL 0 | WARN 0 | SKIP 15 | PASS 16 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-RW.R:3:1', 'test-binomial.R:4:1', 'test-dynamic.R:3:1', 'test-example_processing.R:4:1', 'test-families.R:21:3', 'test-gp.R:3:1', 'test-marginaleffects.R:3:1', 'test-monotonic.R:4:1', 'test-mvgam-methods.R:3:1', 'test-mvgam.R:3:1', 'test-mvgam_priors.R:4:1', 'test-nmixture.R:4:1', 'test-offset.R:3:1', 'test-piecewise.R:83:3', 'test-update.R:3:1' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 16 ] > > proc.time() user system elapsed 6.10 0.43 6.54