R Under development (unstable) (2025-01-27 r87654 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(checkmate) > library(testthat) > library(MBNMAtime) Attaching package: 'MBNMAtime' The following object is masked from 'package:base': rank > library(igraph) Attaching package: 'igraph' The following object is masked from 'package:testthat': compare The following objects are masked from 'package:stats': decompose, spectrum The following object is masked from 'package:base': union > > testthat::test_check("MBNMAtime") [1] "copd" [1] "goutSUA_CFBcomb" [1] "hyalarthritis" [1] "diabetes" [1] "alog_pcfb" [ FAIL 0 | WARN 0 | SKIP 24 | PASS 125 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test_fullset.R:48:7', 'test_fullset.R:48:7', 'test_fullset.R:48:7', 'test_fullset.R:48:7', 'test_fullset.R:48:7', 'test_fullset.R:48:7', 'test_get.relative.R:19:5', 'test_get.relative.R:19:5', 'test_get.relative.R:19:5', 'test_get.relative.R:19:5', 'test_get.relative.R:19:5', 'test_nodesplit.functions.R:10:3', 'test_plot.functions.R:11:3', 'test_postest.functions.R:12:3', 'test_print.sum.functions.R:12:3', 'test_rank.functions.R:13:3', 'test_run.functions.R:14:3', 'test_write.functions.R:13:3' • empty test (6): 'test_fullset.R:27:3', 'test_fullset.R:27:3', 'test_fullset.R:27:3', 'test_fullset.R:27:3', 'test_fullset.R:27:3', 'test_fullset.R:27:3' [ FAIL 0 | WARN 0 | SKIP 24 | PASS 125 ] > > > proc.time() user system elapsed 8.03 0.31 8.28