R version 4.4.0 alpha (2024-03-26 r86209 ucrt) 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. > if (require(testthat)) { + test_check("miniCRAN") + } Loading required package: testthat Loading required package: miniCRAN [ FAIL 0 | WARN 0 | SKIP 24 | PASS 52 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-1-github-functions.R:14:3', 'test-2-makeDepGraph.R:70:3', 'test-2-makeDepGraph.R:88:3', 'test-2-makeDepGraph.R:110:3', 'test-2-makeDepGraph.R:131:3', 'test-2-makeDepGraph.R:153:3', 'test-3-makeRepo.R:26:3', 'test-5-updateRepo.R:62:7', 'test-5-updateRepo.R:62:7', 'test-5-updateRepo.R:62:7', 'test-5-updateRepo.R:112:7', 'test-5-updateRepo.R:112:7', 'test-5-updateRepo.R:112:7', 'test-5-updateRepo.R:187:7', 'test-5-updateRepo.R:187:7', 'test-5-updateRepo.R:187:7', 'test-5-updateRepo.R:249:7', 'test-5-updateRepo.R:249:7', 'test-5-updateRepo.R:249:7', 'test-6-getCranDescription.R:4:3', 'test-7-addGithubPackage.R:4:3', 'test-8-addLocalPackage.R:17:3', 'test-8-addLocalPackage.R:49:3', 'test-9-is-online.R:2:3' [ FAIL 0 | WARN 0 | SKIP 24 | PASS 52 ] > > proc.time() user system elapsed 9.46 0.59 25.07