R Under development (unstable) (2025-01-06 r87534 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")
21.2% experienced event
18.8% experienced event
[ FAIL 0 | WARN 0 | 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 0 | SKIP 11 | PASS 99 ]
> 
> proc.time()
   user  system elapsed 
  82.76    4.67   75.46