R Under development (unstable) (2024-06-26 r86840 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(roxygen2) > > test_check("roxygen2") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 103 | PASS 796 ] ══ Skipped tests (103) ═════════════════════════════════════════════════════════ • On CRAN (102): 'test-block.R:12:3', 'test-block.R:246:3', 'test-block.R:255:3', 'test-block.R:287:3', 'test-collate.R:14:3', 'test-collate.R:27:3', 'test-collate.R:40:3', 'test-markdown-code.R:120:3', 'test-markdown-code.R:135:3', 'test-markdown-code.R:156:3', 'test-markdown-code.R:179:3', 'test-markdown-state.R:95:3', 'test-markdown-link.R:68:3', 'test-markdown-link.R:114:3', 'test-markdown.R:31:3', 'test-markdown.R:62:3', 'test-markdown.R:217:3', 'test-markdown.R:249:3', 'test-markdown.R:466:3', 'test-markdown.R:481:3', 'test-markdown.R:643:3', 'test-markdown.R:675:3', 'test-object-format.R:4:3', 'test-namespace.R:100:3', 'test-namespace.R:122:3', 'test-namespace.R:228:3', 'test-namespace.R:276:3', 'test-namespace.R:295:3', 'test-namespace.R:329:3', 'test-namespace.R:437:3', 'test-namespace.R:485:3', 'test-object-import.R:14:3', 'test-object-package.R:7:3', 'test-object-package.R:22:3', 'test-object-r6.R:12:3', 'test-object-from-call.R:16:3', 'test-rd-examples.R:38:3', 'test-rd-examples.R:60:3', 'test-rd-examples.R:71:3', 'test-rd-examples.R:84:3', 'test-rd-examples.R:95:3', 'test-rd-describe-in.R:6:3', 'test-rd-describe-in.R:124:3', 'test-rd-describe-in.R:148:3', 'test-rd-describe-in.R:170:3', 'test-rd-describe-in.R:200:3', 'test-rd-describe-in.R:216:3', 'test-rd-describe-in.R:244:3', 'test-rd-find-link-files.R:2:3', 'test-rd-family.R:146:3', 'test-rd-inherit.R:26:3', 'test-rd-inherit.R:68:3', 'test-rd-inherit.R:76:3', 'test-rd-inherit.R:281:3', 'test-rd-inherit.R:481:3', 'test-rd-inherit.R:600:3', 'test-rd-inherit.R:624:3', 'test-rd-inherit.R:648:3', 'test-rd-inherit.R:693:3', 'test-rd-inherit.R:736:3', 'test-rd-markdown.R:75:3', 'test-rd-params.R:29:3', 'test-rd-include-rmd.R:8:3', 'test-rd-include-rmd.R:277:3', 'test-rd-r6.R:228:3', 'test-rd-r6.R:295:3', 'test-rd-r6.R:322:3', 'test-rd-r6.R:342:3', 'test-rd-raw.R:24:3', 'test-rd-s4.R:9:3', 'test-rd-section.R:10:3', 'test-rd-template.R:8:3', 'test-rd-template.R:41:3', 'test-rd-usage.R:268:3', 'test-rd-usage.R:313:3', 'test-roxygenize-setup.R:4:3', 'test-roxygenize-setup.R:14:3', 'test-roxygenize-setup.R:21:3', 'test-roxygenize-setup.R:28:3', 'test-roxygenize-setup.R:35:3', 'test-roxygenize.R:3:3', 'test-select-args.R:5:3', 'test-rd.R:47:3', 'test-rd.R:56:3', 'test-rd.R:65:3', 'test-rd.R:202:3', 'test-rd.R:220:3', 'test-rd.R:240:3', 'test-tag.R:6:3', 'test-tag.R:77:3', 'test-topics.R:6:3', 'test-tag-parser.R:2:3', 'test-tag-parser.R:16:3', 'test-tag-parser.R:40:3', 'test-tag-parser.R:47:3', 'test-tag-parser.R:55:3', 'test-tag-parser.R:63:3', 'test-tag-parser.R:71:3', 'test-tag-parser.R:81:3', 'test-tag-parser.R:88:3', 'test-utils.R:22:3', 'test-utils.R:79:3' • file.exists(test_path("../../DESCRIPTION")) is not TRUE (1): 'test-load.R:2:3' [ FAIL 0 | WARN 0 | SKIP 103 | PASS 796 ] > > proc.time() user system elapsed 5.23 0.48 17.95