R Under development (unstable) (2024-10-01 r87205 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(medrxivr) > > test_check("medrxivr") [ FAIL 0 | WARN 1 | SKIP 21 | PASS 18 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-api.R:2:3', 'test-api.R:31:3', 'test-api.R:44:3', 'test-api.R:51:3', 'test-crosscheck.R:2:3', 'test-download.R:2:3', 'test-download.R:16:3', 'test-download.R:22:3', 'test-download.R:28:3', 'test-download.R:44:3', 'test-export.R:13:3', 'test-export.R:19:3', 'test-helpers.R:2:3', 'test-helpers.R:16:3', 'test-search.R:12:3', 'test-search.R:37:3', 'test-search.R:51:3', 'test-search.R:59:3', 'test-search.R:66:3', 'test-search.R:98:3', 'test-search.R:106:3' [ FAIL 0 | WARN 1 | SKIP 21 | PASS 18 ] > > proc.time() user system elapsed 10.28 1.01 19.18