R Under development (unstable) (2024-03-14 r86117 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(eudract) > > test_check("eudract") [ FAIL 0 | WARN 4 | SKIP 8 | PASS 78 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • Need to have the userid/password as environment variables (4): 'test_basic.R:305:61', 'test_basic.R:324:61', 'test_basic.R:343:61', 'test_errors.R:191:71' • On CRAN (4): 'test_dotplot.R:35:3', 'test_dotplot.R:65:3', 'test_dotplot.R:102:1', 'test_dotplot.R:112:1' [ FAIL 0 | WARN 4 | SKIP 8 | PASS 78 ] > > > proc.time() user system elapsed 9.14 0.42 9.56