R Under development (unstable) (2023-08-31 r85038 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(tarchetypes) Attaching package: 'tarchetypes' The following object is masked from 'package:testthat': matches > > test_check("tarchetypes") [ FAIL 0 | WARN 0 | SKIP 37 | PASS 847 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (35): 'test-tar_hook_before.R:56:3', 'test-tar_hook_inner.R:88:3', 'test-tar_hook_inner.R:132:3', 'test-tar_hook_outer.R:64:3', 'test-tar_map2.R:614:3', 'test-tar_map2.R:682:3', 'test-tar_map_rep.R:349:3', 'test-tar_map_rep.R:412:3', 'test-tar_quarto.R:47:3', 'test-tar_quarto.R:78:3', 'test-tar_quarto.R:112:3', 'test-tar_quarto.R:261:3', 'test-tar_quarto.R:330:3', 'test-tar_quarto_files.R:24:3', 'test-tar_quarto_rep.R:2:3', 'test-tar_quarto_rep.R:41:3', 'test-tar_quarto_rep.R:79:3', 'test-tar_quarto_rep.R:191:3', 'test-tar_quarto_rep.R:232:3', 'test-tar_render.R:129:3', 'test-tar_render_rep.R:77:3', 'test-tar_render_rep.R:188:3', 'test-tar_render_rep.R:229:3', 'test-tar_render_rep.R:289:3', 'test-tar_rep.R:147:3', 'test-tar_rep.R:177:3', 'test-tar_rep2.R:287:3', 'test-tar_rep2.R:371:3', 'test-tar_rep_map.R:2:3', 'test-tar_rep_map.R:89:3', 'test-tar_rep_map.R:147:3', 'test-tar_rep_map.R:214:3', 'test-tar_rep_map.R:239:3', 'test-tar_rep_map.R:265:3', 'test-tar_rep_map.R:304:3' • Quarto not found. (2): 'test-tar_quarto.R:2:3', 'test-tar_quarto_files.R:2:3' [ FAIL 0 | WARN 0 | SKIP 37 | PASS 847 ] > > proc.time() user system elapsed 19.90 2.34 53.29