CRAN Package Check Results for Maintainer ‘Doug Kelkhoff <doug.kelkhoff at gmail.com>’

Last updated on 2025-12-07 07:50:25 CET.

Package ERROR WARN NOTE OK
covtracer 1 1 11
ggpackets 1 12
options 1 1 11
parttime 13
roxylint 1 12
roxytypes 1 12
testex 1 12

Package covtracer

Current CRAN status: ERROR: 1, NOTE: 1, OK: 11

Version: 0.0.1
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'covr', 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.1
Check: examples
Result: ERROR Running examples in ‘covtracer-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: test_srcrefs > ### Title: Extract test srcref objects > ### Aliases: test_srcrefs test_srcrefs.coverage > > ### ** Examples > > options(covr.record_tests = TRUE) > pkg_path <- system.file("examplepkg", package = "covtracer") > cov <- covr::package_coverage(pkg_path) Error in loadNamespace(x) : there is no package called ‘covr’ Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [8s/11s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(covtracer) > > test_check("covtracer") ℹ Installing test packages • examplepkg (derived `examplepkg_cov`, `examplepkg_ns`) Error in `source_dir()`: ! Failed to evaluate './setup_test_packages.R'. Caused by error in `loadNamespace()`: ! there is no package called 'covr' Backtrace: ▆ 1. ├─testthat::test_check("covtracer") 2. │ └─testthat::test_dir(...) 3. │ └─testthat:::test_files(...) 4. │ └─testthat:::test_files_serial(...) 5. │ └─testthat:::test_files_setup_state(...) 6. │ └─testthat::source_test_setup(".", env) 7. │ └─testthat::source_dir(path, "^setup.*\\.[rR]$", env = env, wrap = FALSE) 8. │ └─base::lapply(...) 9. │ └─testthat (local) FUN(X[[i]], ...) 10. │ └─testthat::source_file(...) 11. │ ├─base::withCallingHandlers(...) 12. │ └─base::eval(exprs, env) 13. │ └─base::eval(exprs, env) 14. │ └─base::assign(paste0(pkg, "_cov"), covr::package_coverage(pkg_dir)) at ./setup_test_packages.R:56:5 15. ├─base::loadNamespace(x) 16. │ ├─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 17. │ │ └─base (local) withOneRestart(expr, restarts[[1L]]) 18. │ │ └─base (local) doWithOneRestart(return(expr), restart) 19. │ └─base::stop(cond) 20. └─testthat (local) `<fn>`(`<pckgNtFE>`) 21. └─cli::cli_abort(...) 22. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.1
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.1
Check: for non-standard things in the check directory
Result: NOTE Found the following files/directories: ‘examplepkg’ Flavor: r-devel-linux-x86_64-fedora-gcc

Package ggpackets

Current CRAN status: WARN: 1, OK: 12

Version: 0.2.2
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown', 'covr' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.2
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Package options

Current CRAN status: WARN: 1, NOTE: 1, OK: 11

Version: 0.3.1
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Doug Kelkhoff <doug.kelkhoff@gmail.com>’ Found the following (possibly) invalid URLs: URL: https://matrix.to/#/#r-pkg-options:matrix.org From: README.md Message: Invalid URL: '#' not allowed in fragment Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.3.1
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown', 'roxygen2' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.1
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Package parttime

Current CRAN status: OK: 13

Package roxylint

Current CRAN status: ERROR: 1, OK: 12

Version: 0.1.0
Check: package dependencies
Result: ERROR Package required but not available: ‘roxygen2’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Package roxytypes

Current CRAN status: ERROR: 1, OK: 12

Version: 0.1.2
Check: package dependencies
Result: ERROR Package required but not available: ‘roxygen2’ Package which this enhances but not available for checking: ‘roxylint’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Package testex

Current CRAN status: ERROR: 1, OK: 12

Version: 0.2.1
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'roxygen2', 'spelling', 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [5s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(testex) > > test_check("testex") Failed with error: 'there is no package called 'roxygen2'' Saving _problems/test-testthat-4.R [ FAIL 1 | WARN 0 | SKIP 5 | PASS 73 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • on R CMD check (1): 'test-options.R:27:3' • tests not installed (1): 'test-srcref-key.R:27:3' • {roxygen2} is not installed. (3): 'test-roxygen2-expect.R:17:3', 'test-roxygen2-parse-text.R:17:3', 'test-roxygen2-testthat.R:17:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-testthat.R:2:3'): with_attached temporarily attaches a packages ── Expected `suppressPackageStartupMessages(...)` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 0 | SKIP 5 | PASS 73 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc