Last updated on 2020-08-07 01:49:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 11.10 | 92.25 | 103.35 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 8.92 | 68.81 | 77.73 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 130.08 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 118.72 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 42.00 | 109.00 | 151.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 6.91 | 91.97 | 98.88 | NOTE | |
r-patched-solaris-x86 | 1.0 | 182.50 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 7.36 | 90.37 | 97.73 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 27.00 | 140.00 | 167.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 20.00 | 102.00 | 122.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-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64