Last updated on 2022-05-07 14:52:20 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 14.23 | 125.84 | 140.07 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 10.66 | 91.90 | 102.56 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 13.98 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 158.75 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 23.00 | 132.00 | 155.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 3.04 | 11.19 | 14.23 | ERROR | |
r-release-linux-x86_64 | 1.0 | 7.59 | 117.97 | 125.56 | NOTE | |
r-release-macos-arm64 | 1.0 | 44.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 74.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 23.00 | 138.00 | 161.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 50.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 86.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 29.00 | 133.00 | 162.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
bestcut2: no visible global function definition for 'pchisq'
cov.func: no visible global function definition for 'rbinom'
cov.func: no visible global function definition for 'cov'
cov.func: no visible global function definition for 'pnorm'
cox.summary: no visible global function definition for 'predict'
em.func: no visible global function definition for 'quantile'
genSurvData: no visible global function definition for 'rweibull'
greyzone.func: no visible global function definition for 'points'
greyzone.func: no visible global function definition for 'abline'
Undefined global functions or variables:
abline cov pchisq pnorm points predict quantile rbinom rweibull
Consider adding
importFrom("graphics", "abline", "points")
importFrom("stats", "cov", "pchisq", "pnorm", "predict", "quantile",
"rbinom", "rweibull")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0
Check: HTML version of manual
Result: NOTE
Encountered the following conversion/validation errors:
missing value where TRUE/FALSE needed
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0
Check: package dependencies
Result: ERROR
Package required but not available: ‘survAUC’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-patched-linux-x86_64