Last updated on 2025-12-20 23:48:35 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.10 | 67.11 | 210.45 | 277.56 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.10 | 46.34 | 121.75 | 168.09 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.11 | 134.00 | 338.48 | 472.48 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.10 | 126.00 | 343.65 | 469.65 | OK | |
| r-devel-windows-x86_64 | 1.10 | 74.00 | 274.00 | 348.00 | OK | |
| r-patched-linux-x86_64 | 1.10 | 65.99 | 191.23 | 257.22 | OK | |
| r-release-linux-x86_64 | 1.10 | 64.33 | 191.52 | 255.85 | OK | |
| r-release-macos-arm64 | 1.10 | OK | ||||
| r-release-macos-x86_64 | 1.11 | 42.00 | 233.00 | 275.00 | OK | |
| r-release-windows-x86_64 | 1.10 | 77.00 | 217.00 | 294.00 | OK | |
| r-oldrel-macos-arm64 | 1.10 | NOTE | ||||
| r-oldrel-macos-x86_64 | 1.11 | 43.00 | 306.00 | 349.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.10 | 87.00 | 318.00 | 405.00 | OK |
Version: 1.10
Check: examples
Result: ERROR
Running examples in ‘DOVE-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: dove
> ### Title: Durability of Vaccine Efficacy
> ### Aliases: dove
>
> ### ** Examples
>
> ## Don't show:
> RcppArmadillo::armadillo_throttle_cores(2)
> ## End(Don't show)
> data(doveData)
>
> set.seed(1234)
>
> ind <- sample(1:nrow(x = doveData), 500, FALSE)
>
> # NOTE: This sample size is chosen for example only -- larger data sets
> # should be used.
> # See the vignette for a full analysis of the doveData dataset
>
> dove(formula = Surv(event.time, event.status) ~ priority + sex +
+ vaccine(entry.time, vaccine.status, vaccine.time),
+ data = doveData[ind,])
tau = 310
timePts not given; default values will be used
method converged after 13 iterations
Error in attr(x, c("tau", "dSum", "type")) <- NULL :
'name' must be a scalar string
Calls: <Anonymous> -> print.DOVE
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.10
Check: installed package size
Result: NOTE
installed size is 5.0Mb
sub-directories of 1Mb or more:
libs 4.4Mb
Flavor: r-oldrel-macos-arm64
Version: 1.11
Check: installed package size
Result: NOTE
installed size is 5.1Mb
sub-directories of 1Mb or more:
libs 4.5Mb
Flavor: r-oldrel-macos-x86_64