R version 4.6.0 alpha (2026-04-01 r89771 ucrt) Copyright (C) 2026 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) > > testthat::test_check("scholidonline") Loading required package: scholidonline [ FAIL 0 | WARN 0 | SKIP 42 | PASS 945 ] ══ Skipped tests (42) ══════════════════════════════════════════════════════════ • On CRAN (42): 'test-dispatchers_convert-online.R:4:5', 'test-id_convert-online.R:2:3', 'test-id_convert-online.R:19:3', 'test-id_convert-online.R:36:3', 'test-id_convert-online.R:53:3', 'test-id_convert-online.R:70:3', 'test-id_convert-online.R:94:3', 'test-id_convert-online.R:145:3', 'test-id_convert-online.R:159:3', 'test-id_convert-online.R:174:3', 'test-id_convert-online.R:195:3', 'test-id_exists-online.R:4:5', 'test-id_exists-online.R:48:5', 'test-id_exists-online.R:65:5', 'test-id_exists-online.R:90:5', 'test-id_exists-online.R:115:5', 'test-id_exists-online.R:135:5', 'test-id_exists-online.R:155:5', 'test-id_exists-online.R:180:5', 'test-id_exists-online.R:205:5', 'test-id_links-online.R:2:3', 'test-id_links-online.R:37:3', 'test-id_links-online.R:71:3', 'test-id_links-online.R:103:3', 'test-id_links-online.R:135:3', 'test-id_links-online.R:169:3', 'test-id_links-online.R:205:5', 'test-id_links-online.R:249:5', 'test-id_links-online.R:277:5', 'test-id_links-online.R:311:5', 'test-id_links-online.R:345:5', 'test-id_metadata-online.R:2:3', 'test-id_metadata-online.R:22:3', 'test-id_metadata-online.R:42:3', 'test-id_metadata-online.R:62:3', 'test-id_metadata-online.R:88:3', 'test-id_metadata-online.R:108:3', 'test-id_metadata-online.R:142:3', 'test-id_metadata-online.R:176:3', 'test-id_metadata-online.R:190:3', 'test-providers_epmc-online.R:36:3', 'test-providers_epmc-online.R:54:3' [ FAIL 0 | WARN 0 | SKIP 42 | PASS 945 ] > > proc.time() user system elapsed 7.26 1.43 8.87