Last updated on 2025-10-31 07:51:54 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.0.0 | 15.83 | 177.39 | 193.22 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.0.0 | 10.32 | 123.58 | 133.90 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.0.0 | 80.00 | 237.55 | 317.55 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 3.0.0 | 96.00 | 228.41 | 324.41 | OK | |
| r-devel-windows-x86_64 | 3.0.0 | 18.00 | 174.00 | 192.00 | OK | |
| r-patched-linux-x86_64 | 3.0.0 | 15.53 | 169.94 | 185.47 | OK | |
| r-release-linux-x86_64 | 3.0.0 | 15.74 | 170.84 | 186.58 | OK | |
| r-release-macos-arm64 | 3.0.0 | 7.00 | 76.00 | 83.00 | OK | |
| r-release-macos-x86_64 | 3.0.0 | 19.00 | 190.00 | 209.00 | OK | |
| r-release-windows-x86_64 | 3.0.0 | 20.00 | 176.00 | 196.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.0 | 6.00 | 53.00 | 59.00 | 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: 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