Last updated on 2024-10-08 20:49:59 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2023.04.12 | 17.46 | 98.70 | 116.16 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2023.04.12 | 10.31 | 68.41 | 78.72 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2023.04.12 | 184.79 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2023.04.12 | 156.43 | ERROR | |||
r-devel-windows-x86_64 | 2023.04.12 | 20.00 | 111.00 | 131.00 | NOTE | |
r-patched-linux-x86_64 | 2023.04.12 | 21.75 | 92.45 | 114.20 | OK | |
r-release-linux-x86_64 | 2023.04.12 | 14.03 | 91.94 | 105.97 | 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 | 114.00 | 135.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 | 26.00 | 141.00 | 167.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