CRAN Package Check Results for Package roxygen2

Last updated on 2026-03-22 06:53:30 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 7.3.3 22.94 131.85 154.79 OK
r-devel-linux-x86_64-debian-gcc 7.3.3 15.89 94.96 110.85 OK
r-devel-linux-x86_64-fedora-clang 7.3.3 40.00 203.62 243.62 OK
r-devel-linux-x86_64-fedora-gcc 7.3.3 41.00 208.91 249.91 OK
r-devel-macos-arm64 7.3.3 5.00 32.00 37.00 OK
r-devel-windows-x86_64 7.3.3 33.00 149.00 182.00 OK
r-patched-linux-x86_64 7.3.3 19.60 119.55 139.15 OK
r-release-linux-x86_64 7.3.3 19.95 119.71 139.66 OK
r-release-macos-arm64 7.3.3 OK
r-release-macos-x86_64 7.3.3 14.00 130.00 144.00 OK
r-release-windows-x86_64 7.3.3 30.00 142.00 172.00 OK
r-oldrel-macos-arm64 7.3.3 OK
r-oldrel-macos-x86_64 7.3.3 13.00 124.00 137.00 OK
r-oldrel-windows-x86_64 7.3.3 36.00 161.00 197.00 ERROR

Additional issues

rchk

Check Details

Version: 7.3.3
Check: tests
Result: ERROR Running 'testthat.R' [24s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(roxygen2) > > test_check("roxygen2") Starting 2 test processes. > test-markdown-state.R: x <text>:5: @md conflicts with @noMd; turning markdown parsing off. > test-markdown-link.R: x <text>:4: @description refers to unavailable topic pkg::bar. > test-markdown-link.R: Caused by error in `find.package()`: > test-markdown-link.R: ! there is no package called 'pkg' > test-markdown-link.R: x <text>:4: @description refers to unavailable topic pkg::linktos4-class. > test-markdown-link.R: Caused by error in `find.package()`: > test-markdown-link.R: ! there is no package called 'pkg' > test-namespace.R: i Setting RoxygenNote to "7.3.3" > test-namespace.R: Writing 'NAMESPACE' > test-namespace.R: i Loading testRawNamespace > test-namespace.R: Writing 'NAMESPACE' > test-rd-section.R: Error: ! testthat subprocess exited in file 'test-rd-section.R'. Caused by error: ! R session crashed with exit code -1073741819 Backtrace: ▆ 1. └─testthat::test_check("roxygen2") 2. └─testthat::test_dir(...) 3. └─testthat:::test_files(...) 4. └─testthat:::test_files_parallel(...) 5. ├─withr::with_dir(...) 6. │ └─base::force(code) 7. ├─testthat::with_reporter(...) 8. │ └─base::tryCatch(...) 9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".") 13. └─queue$poll(Inf) 14. └─base::lapply(...) 15. └─testthat (local) FUN(X[[i]], ...) 16. └─private$handle_error(msg, i) 17. └─cli::cli_abort(...) 18. └─rlang::abort(...) Execution halted Flavor: r-oldrel-windows-x86_64