Last updated on 2024-11-04 12:54:29 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2023.04.12 | 16.46 | 100.30 | 116.76 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2023.04.12 | 10.81 | 68.87 | 79.68 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2023.04.12 | 184.09 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2023.04.12 | 155.11 | ERROR | |||
r-devel-windows-x86_64 | 2023.04.12 | 22.00 | 108.00 | 130.00 | NOTE | |
r-patched-linux-x86_64 | 2023.04.12 | 22.84 | 92.46 | 115.30 | OK | |
r-release-linux-x86_64 | 2023.04.12 | 14.43 | 91.33 | 105.76 | 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 | 20.00 | 119.00 | 139.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 | 133.00 | 158.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