The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-04-17 11:54:26 CEST.
| Package | ERROR | OK |
|---|---|---|
| pubh | 1 | 13 |
Current CRAN status: ERROR: 1, OK: 13
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.
Health stats visible at Monitor.