R Under development (unstable) (2023-04-30 r84357 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) 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) > test_check("testthat") [ FAIL 0 | WARN 0 | SKIP 110 | PASS 798 ] ══ Skipped tests ═══════════════════════════════════════════════════════════════ • On CRAN (105) • On Windows (1) • file.exists(rd_path) is not TRUE (2) • pkgload::is_dev_package("testthat") is not TRUE (1) • teardown errors are ignored (1) [ FAIL 0 | WARN 0 | SKIP 110 | PASS 798 ] Deleting unused snapshots: • R4.0/snapshot-file/version.txt • R4.1/snapshot-file/version.txt • R4.2/snapshot-file/version.txt • snapshot-file/a.txt • snapshot-file/foo.csv • snapshot-file/foo.png • snapshot-file/foo.r • snapshot-file/secret.txt > > proc.time() user system elapsed 27.17 2.85 37.31