Last updated on 2020-08-07 01:49:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.4 | 7.75 | 60.36 | 68.11 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 6.64 | 46.70 | 53.34 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.4 | 90.33 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 80.99 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.4 | 18.00 | 72.00 | 90.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.4 | 8.74 | 59.04 | 67.78 | NOTE | |
r-patched-solaris-x86 | 1.0.4 | 124.60 | NOTE | |||
r-release-linux-x86_64 | 1.0.4 | 7.51 | 60.07 | 67.58 | NOTE | |
r-release-macos-x86_64 | 1.0.4 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.4 | 18.00 | 101.00 | 119.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0.4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.4 | 13.00 | 87.00 | 100.00 | NOTE |
Version: 1.0.4
Check: R code for possible problems
Result: NOTE
KM.plot: no visible global function definition for 'lines'
SchoenSmooth: no visible global function definition for 'lm'
llCoxReg: no visible binding for global variable 'time'
risksetAUC: no visible global function definition for 'abline'
risksetROC: no visible global function definition for 'abline'
weightedKM: no visible binding for global variable 'time'
Undefined global functions or variables:
abline lines lm time
Consider adding
importFrom("graphics", "abline", "lines")
importFrom("stats", "lm", "time")
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
Version: 1.0.4
Check: R code for possible problems
Result: NOTE
KM.plot: no visible global function definition for ‘plot’
KM.plot: no visible global function definition for ‘lines’
SchoenSmooth: no visible global function definition for ‘lm’
llCoxReg: no visible binding for global variable ‘time’
risksetAUC: no visible global function definition for ‘abline’
risksetROC: no visible global function definition for ‘abline’
weightedKM: no visible binding for global variable ‘time’
Undefined global functions or variables:
abline lines lm plot time
Consider adding
importFrom("graphics", "abline", "lines", "plot")
importFrom("stats", "lm", "time")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64