Last updated on 2025-12-06 21:49:55 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 9.25 | 135.90 | 145.15 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 6.10 | 56.99 | 63.09 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 23.00 | 208.72 | 231.72 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 32.00 | 210.41 | 242.41 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 11.00 | 137.00 | 148.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 9.33 | 127.11 | 136.44 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 9.06 | 127.84 | 136.90 | OK | |
| r-release-macos-arm64 | 1.0.0 | 2.00 | 34.00 | 36.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 14.00 | 174.00 | 188.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 10.00 | 139.00 | 149.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 2.00 | 38.00 | 40.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 10.00 | 211.00 | 221.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 14.00 | 188.00 | 202.00 | OK |
Version: 1.0.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'kableExtra'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘REDCapDM-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: check_queries
> ### Title: Check for Changes Between Two Query Reports
> ### Aliases: check_queries
>
> ### ** Examples
>
> # Minimal reproducible example
> old <- data.frame(
+ Identifier = c("100-1", "100-2", "200-1"),
+ Description = c("age check", "weight check", "lab miss"),
+ Query = c("is.na(age)", "is.na(weight)", "missing lab result"),
+ Code = c("100-1-1", "100-2-1", "200-1-1"),
+ stringsAsFactors = FALSE
+ )
>
> new <- data.frame(
+ Identifier = c("100-1", "200-1", "300-1"),
+ Description = c("age check", "lab miss", "new query"),
+ Query = c("is.na(age)", "missing lab result (clarify)", "is.na(x)"),
+ stringsAsFactors = FALSE
+ )
>
> res <- check_queries(old = old, new = new, report_title = "My Query Comparison")
Error in loadNamespace(x) : there is no package called ‘knitr’
Calls: check_queries ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
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