Last updated on 2024-10-12 02:48:30 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2023.04.12 | 14.38 | 98.94 | 113.32 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2023.04.12 | 10.75 | 68.26 | 79.01 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2023.04.12 | 197.07 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2023.04.12 | 161.11 | ERROR | |||
r-devel-windows-x86_64 | 2023.04.12 | 20.00 | 119.00 | 139.00 | NOTE | |
r-patched-linux-x86_64 | 2023.04.12 | 23.80 | 91.58 | 115.38 | OK | |
r-release-linux-x86_64 | 2023.04.12 | 14.72 | 93.20 | 107.92 | OK | |
r-release-macos-arm64 | 2023.04.12 | 51.00 | OK | |||
r-release-macos-x86_64 | 2023.04.12 | 76.00 | OK | |||
r-release-windows-x86_64 | 2023.04.12 | 21.00 | 111.00 | 132.00 | OK | |
r-oldrel-macos-arm64 | 2023.04.12 | 51.00 | OK | |||
r-oldrel-macos-x86_64 | 2023.04.12 | 97.00 | OK | |||
r-oldrel-windows-x86_64 | 2023.04.12 | 25.00 | 136.00 | 161.00 | OK |
Version: 2023.04.12
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
calPlot.Rd: SmartControl, dpik
coxboost.Rd: Hist
plot.pec.Rd: prodlim
plotPredictEventProb.Rd: SmartControl, prodlim
plotPredictSurvProb.Rd: SmartControl, prodlim
predictRestrictedMeanTime.Rd: survfit
predictSurvProb.Rd: survfit
selectCox.Rd: fastbw
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 2023.04.12
Check: examples
Result: ERROR
Running examples in ‘pec-Ex.R’ failed
The error most likely occurred in:
> ### Name: R2
> ### Title: Explained variation for survival models
> ### Aliases: R2
> ### Keywords: survival
>
> ### ** Examples
>
>
> set.seed(18713)
> library(prodlim)
> library(survival)
> dat=SimSurv(100)
Error in cbind(idxM, pidxM) : cannot get data pointer of 'NULL' objects
Calls: SimSurv ... exogenous<- -> exogenous<-.lvm -> reindex -> mat.lvm -> cbind
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc