Last updated on 2025-12-12 09:49:00 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.1 | 29.65 | 611.41 | 641.06 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.1 | 18.51 | 397.52 | 416.03 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.1 | 63.00 | 938.89 | 1001.89 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.1 | 57.00 | 943.55 | 1000.55 | OK | |
| r-devel-windows-x86_64 | 1.3.1 | 31.00 | 569.00 | 600.00 | OK | |
| r-patched-linux-x86_64 | 1.3.1 | 31.10 | 598.22 | 629.32 | OK | |
| r-release-linux-x86_64 | 1.3.1 | 28.78 | 597.27 | 626.05 | OK | |
| r-release-macos-arm64 | 1.3.1 | OK | ||||
| r-release-macos-x86_64 | 1.3.1 | 23.00 | 533.00 | 556.00 | OK | |
| r-release-windows-x86_64 | 1.3.1 | 31.00 | 586.00 | 617.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.1 | NOTE | ||||
| r-oldrel-macos-x86_64 | 1.3.1 | 24.00 | 533.00 | 557.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.3.1 | 43.00 | 752.00 | 795.00 | NOTE |
Version: 1.3.1
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.3.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘cmdstanr’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64