Last updated on 2025-12-06 23:50:13 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.0.0 | 15.61 | 179.99 | 195.60 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.0.0 | 0.29 | 1.98 | 2.27 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 3.0.0 | 33.00 | 272.29 | 305.29 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 3.0.0 | 31.00 | 268.67 | 299.67 | OK | |
| r-devel-windows-x86_64 | 3.0.0 | 18.00 | 177.00 | 195.00 | OK | |
| r-patched-linux-x86_64 | 3.0.0 | 16.24 | 165.98 | 182.22 | OK | |
| r-release-linux-x86_64 | 3.0.0 | 15.32 | 168.47 | 183.79 | OK | |
| r-release-macos-arm64 | 3.0.0 | OK | ||||
| r-release-macos-x86_64 | 3.0.0 | 19.00 | 190.00 | 209.00 | OK | |
| r-release-windows-x86_64 | 3.0.0 | 19.00 | 174.00 | 193.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 2.0.0 | 10.00 | 82.00 | 92.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.0 | 25.00 | 189.00 | 214.00 | ERROR |
Version: 3.0.0
Check: package dependencies
Result: ERROR
Package required but not available: ‘gtsummary’
Package suggested but not available for checking: ‘knitr’
VignetteBuilder package required for checking but not installed: ‘knitr’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.0.0
Check: examples
Result: ERROR
Running examples in 'pubh-Ex.R' failed
The error most likely occurred in:
> ### Name: axis_labs
> ### Title: Apply labels from variables to axis-labels in plots.
> ### Aliases: axis_labs
>
> ### ** Examples
>
> data(kfm, package = "ISwR")
> require(sjlabelled, quietly = TRUE)
Attaching package: 'sjlabelled'
The following object is masked from 'package:ggplot2':
as_label
> kfm <- kfm |>
+ var_labels(
+ dl.milk = "Breast-milk intake (dl/day)",
+ sex = "Sex",
+ weight = "Child weight (kg)",
+ ml.suppl = "Milk substitute (ml/day)",
+ mat.weight = "Maternal weight (kg)",
+ mat.height = "Maternal height (cm)"
+ )
>
> kfm |>
+ gf_point(weight ~ dl.milk) |>
+ gf_lm(col = 2, interval = "confidence", col = 2) |>
+ axis_labs()
Warning in rep(yes, length.out = len) :
'x' is NULL so the result will be NULL
Error in ans[ypos] <- rep(yes, length.out = len)[ypos] :
replacement has length zero
Calls: axis_labs -> ifelse
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.