Last updated on 2025-12-06 00:48:36 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.1 | 2.96 | 157.15 | 160.11 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.1 | 2.49 | 38.78 | 41.27 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.1 | 238.63 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 238.53 | NOTE | |||
| r-devel-windows-x86_64 | 0.0.1 | 6.00 | 197.00 | 203.00 | OK | |
| r-patched-linux-x86_64 | 0.0.1 | 3.46 | 151.48 | 154.94 | OK | |
| r-release-linux-x86_64 | 0.0.1 | 2.77 | 150.14 | 152.91 | OK | |
| r-release-macos-arm64 | 0.0.1 | OK | ||||
| r-release-macos-x86_64 | 0.0.1 | 3.00 | 172.00 | 175.00 | OK | |
| r-release-windows-x86_64 | 0.0.1 | 6.00 | 195.00 | 201.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.0.1 | 5.00 | 230.00 | 235.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.1 | 5.00 | 255.00 | 260.00 | OK |
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’ [7s/7s]
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