R Under development (unstable) (2023-11-21 r85583 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. > # Copyright (c) 2020, ETH Zurich > > library(testthat) > library(gen3sis) > > test_check("gen3sis") [ FAIL 0 | WARN 0 | SKIP 11 | PASS 28 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (1): 'test-gen3sis_main.R:5:3' • can't mock file.exists (1): 'test-input_creation.R:2:3' • skip for now (2): 'test-config_handling.R:28:3', 'test-config_handling.R:49:3' • skip until config handling settled (1): 'test-config_handling.R:38:3' • skip until confoig handling settled (2): 'test-config_handling.R:7:3', 'test-config_handling.R:21:3' • skip until devtools updated in docker image (4): 'test-config_handling.R:64:3', 'test-config_handling.R:74:3', 'test-config_handling.R:84:3', 'test-config_handling.R:94:3' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 28 ] > > proc.time() user system elapsed 10.37 0.70 10.98