R Under development (unstable) (2024-09-17 r87161 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(morse) > > test_check("morse") Compiling model graph Resolving undeclared variables Allocating nodes Graph information: Observed stochastic nodes: 6 Unobserved stochastic nodes: 3 Total graph size: 56 Initializing model Compiling model graph Resolving undeclared variables Allocating nodes Graph information: Observed stochastic nodes: 102 Unobserved stochastic nodes: 208 Total graph size: 2997 Initializing model Compiling model graph Resolving undeclared variables Allocating nodes Graph information: Observed stochastic nodes: 30 Unobserved stochastic nodes: 3 Total graph size: 148 Initializing model Compiling model graph Resolving undeclared variables Allocating nodes Graph information: Observed stochastic nodes: 30 Unobserved stochastic nodes: 4 Total graph size: 200 Initializing model [ FAIL 0 | WARN 0 | SKIP 7 | PASS 20 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-LCx.R:3:3', 'test-MFx.R:3:3', 'test-ggplot.R:10:3', 'test-modelData.R:3:3', 'test-repro.R:17:3', 'test-repro.R:50:3', 'test-surv.R:20:3' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 20 ] > > proc.time() user system elapsed 109.26 0.81 110.07