R Under development (unstable) (2025-12-05 r89107 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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) > test_check("dataone") Loading required package: dataone [ FAIL 0 | WARN 0 | SKIP 64 | PASS 53 ] ══ Skipped tests (64) ══════════════════════════════════════════════════════════ • On CRAN (63): 'test.AuthenticationManager.R:2:3', 'test.AuthenticationManager.R:21:3', 'test.AuthenticationManager.R:43:3', 'test.AuthenticationManager.R:66:3', 'test.AuthenticationManager.R:86:3', 'test.AuthenticationManager.R:103:3', 'test.CNode.R:5:3', 'test.CNode.R:16:3', 'test.CNode.R:31:3', 'test.CNode.R:48:3', 'test.CNode.R:56:3', 'test.CNode.R:65:3', 'test.CNode.R:80:3', 'test.CNode.R:90:3', 'test.CNode.R:120:3', 'test.CertificateManager.R:2:3', 'test.CertificateManager.R:17:3', 'test.CertificateManager.R:25:3', 'test.CertificateManager.R:40:3', 'test.CertificateManager.R:48:3', 'test.CertificateManager.R:67:3', 'test.CertificateManager.R:83:3', 'test.D1Client.R:5:3', 'test.D1Client.R:51:3', 'test.D1Client.R:74:5', 'test.D1Client.R:102:3', 'test.D1Client.R:126:3', 'test.D1Client.R:152:3', 'test.D1Client.R:204:3', 'test.D1Client.R:240:5', 'test.D1Client.R:317:3', 'test.D1Client.R:419:3', 'test.D1Client.R:496:3', 'test.D1Client.R:513:5', 'test.D1Client.R:575:3', 'test.D1Client.R:601:5', 'test.D1Client.R:653:5', 'test.D1Node.R:6:3', 'test.D1Node.R:14:3', 'test.D1Node.R:63:3', 'test.D1Node.R:101:3', 'test.D1Node.R:128:3', 'test.D1Node.R:147:3', 'test.D1Node.R:185:3', 'test.D1Node.R:224:3', 'test.MNode.R:5:3', 'test.MNode.R:12:5', 'test.MNode.R:23:5', 'test.MNode.R:49:5', 'test.MNode.R:61:5', 'test.MNode.R:81:5', 'test.MNode.R:103:5', 'test.MNode.R:114:5', 'test.MNode.R:153:5', 'test.MNode.R:240:5', 'test.MNode.R:256:5', 'test.MNode.R:360:3', 'test.MNode.R:389:3', 'test.MNode.R:422:5', 'test.auth_request.R:6:3', 'test.ssl.R:7:5', 'test.ssl.R:14:5', 'test.ssl.R:22:5' • Skip large file testing. (1): 'test.MNode.R:308:5' [ FAIL 0 | WARN 0 | SKIP 64 | PASS 53 ] > > proc.time() user system elapsed 3.95 0.46 5.25