R Under development (unstable) (2025-01-19 r87600 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(joineRML) Loading required package: nlme Loading required package: survival > > test_check("joineRML") 28% experienced event 17.2% experienced event [ FAIL 0 | WARN 2 | SKIP 11 | PASS 99 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-ancillary.R:82:3', 'test-boot.R:5:3', 'test-boot.R:43:3', 'test-boot.R:65:3', 'test-models.R:6:3', 'test-models.R:30:3', 'test-models.R:80:3', 'test-models.R:118:3', 'test-models.R:141:3', 'test-models.R:168:3' • empty test (1): 'test-inputs.R:227:1' [ FAIL 0 | WARN 2 | SKIP 11 | PASS 99 ] Warning messages: 1: In for (i in .rlang_purrr_index(.x, .right)) { : closing unused connection 6 (<-CRANwin3.fb05.statistik.uni-dortmund.de:11977) 2: In for (i in .rlang_purrr_index(.x, .right)) { : closing unused connection 5 (<-CRANwin3.fb05.statistik.uni-dortmund.de:11977) > > proc.time() user system elapsed 43.03 2.17 69.70