R Under development (unstable) (2023-09-03 r85052 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(ricu) ── ricu 0.5.6 ────────────────────────────────────────────────────────────────── The following data sources are configured to be attached: (the environment variable `RICU_SRC_LOAD` controls this) ✖ mimic: 0 of 26 tables available ✖ mimic_demo: 0 of 25 tables available ✖ eicu: 0 of 31 tables available ✖ eicu_demo: 0 of 31 tables available ✖ hirid: 0 of 5 tables available ✖ aumc: 0 of 7 tables available ✖ miiv: 0 of 27 tables available ──────────────────────────────────────────────────────────────────────────────── Attaching package: 'ricu' The following objects are masked from 'package:testthat': is_false, is_true > > # for running interactively, do Sys.setenv(TESTTHAT_PKG = "ricu") > > test_check("ricu") [ FAIL 0 | WARN 0 | SKIP 18 | PASS 4 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • Data sources `mimic_demo` and `eicu_demo` are missing but required for (4): 'test-config.R:1:1', 'test-data-env.R:1:1', 'test-data-tbl.R:1:1', 'test-data-utils.R:1:1' • On CRAN (14): 'test-callback.R:1:1', 'test-concept.R:1:1', 'test-helpers.R:1:1', 'test-scores.R:1:1', 'test-setup-attach.R:1:1', 'test-setup-download.R:1:1', 'test-setup-import.R:1:1', 'test-tbl-base.R:1:1', 'test-tbl-class.R:1:1', 'test-tbl-utils.R:1:1', 'test-utils-cli.R:1:1', 'test-utils-export.R:1:1', 'test-utils-file.R:1:1', 'test-utils-ts.R:1:1' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 4 ] > > proc.time() user system elapsed 2.65 0.34 3.01