Last updated on 2024-12-22 10:50:24 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
pcvr | 1 | 8 | 4 |
Current CRAN status: ERROR: 1, NOTE: 8, OK: 4
Version: 1.1.1.0
Check: examples
Result: ERROR
Running examples in ‘pcvr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: flexsurvregPlot
> ### Title: Function to visualize 'flexsurv::flexsurvreg' models fit by
> ### 'fitGrowth'.
> ### Aliases: flexsurvregPlot
> ### Keywords: survival
>
> ### ** Examples
>
>
> df <- growthSim("logistic",
+ n = 20, t = 25,
+ params = list("A" = c(200, 160), "B" = c(13, 11), "C" = c(3, 3.5))
+ )
> ss <- growthSS(
+ model = "survival weibull", form = y > 100 ~ time | id / group,
+ df = df, type = "flexsurv"
+ )
> fit <- fitGrowth(ss)
Error in loadNamespace(x) : there is no package called ‘flexsurv’
Calls: fitGrowth ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.1.0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘cmdstanr’
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64