R Under development (unstable) (2025-03-13 r87965 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. > library(testthat) > library(mvgam) Loading 'mvgam' (version 1.1.51). Useful instructions can be found by typing help('mvgam'). A more detailed introduction to the package is available through vignette('mvgam_overview'). > > test_check("mvgam") [ FAIL 0 | WARN 0 | SKIP 18 | PASS 108 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-RW.R:3:1', 'test-backends.R:3:1', 'test-binomial.R:4:1', 'test-dynamic.R:3:1', 'test-example_processing.R:4:1', 'test-families.R:614:3', 'test-gp.R:3:1', 'test-jsdgam.R:3288:1', 'test-marginaleffects.R:3:1', 'test-monotonic.R:4:1', 'test-mvgam-methods.R:46:1', 'test-mvgam.R:189:1', 'test-mvgam_priors.R:20:1', 'test-nmixture.R:4:1', 'test-offset.R:3:1', 'test-piecewise.R:108:3', 'test-piecewise.R:168:3', 'test-update.R:3:1' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 108 ] > > proc.time() user system elapsed 24.70 0.65 25.29