R version 4.4.0 alpha (2024-04-01 r86264 ucrt) 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(JointAI) Please report any bugs to the package maintainer (https://github.com/NErler/JointAI/issues). > > test_check("JointAI") NOTE: Stopping adaptation NOTE: Stopping adaptation NOTE: Stopping adaptation NOTE: Stopping adaptation Attaching package: 'splines' The following object is masked from 'package:JointAI': bs Note: No MCMC sample will be created when n.iter is set to 0. [ FAIL 0 | WARN 2 | SKIP 10 | PASS 285 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (9): 'test-clm.R:3:1', 'test-clmm.R:3:1', 'test-coxph.R:5:1', 'test-glm.R:4:1', 'test-glmm.R:5:1', 'test-mlogit.R:5:1', 'test-mlogitmm.R:5:1', 'test-printfcts.R:3:1', 'test-survreg.R:5:1' • On Windows (1): 'test-add_samples.R:12:3' [ FAIL 0 | WARN 2 | SKIP 10 | PASS 285 ] > > proc.time() user system elapsed 6.50 0.51 7.00