Last updated on 2020-12-04 00:48:22 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.87 | 8.00 | 64.09 | 72.09 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1.87 | 7.07 | 52.60 | 59.67 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1.87 | 92.92 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.87 | 82.84 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1.87 | 17.00 | 81.00 | 98.00 | NOTE | |
r-patched-linux-x86_64 | 1.1.87 | 7.72 | 59.26 | 66.98 | NOTE | |
r-patched-solaris-x86 | 1.1.87 | 121.60 | NOTE | |||
r-release-linux-x86_64 | 1.1.87 | 6.61 | 61.06 | 67.67 | NOTE | |
r-release-macos-x86_64 | 1.1.87 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1.87 | 12.00 | 79.00 | 91.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1.87 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1.87 | 13.00 | 79.00 | 92.00 | NOTE |
Version: 1.1.87
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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
Version: 1.1.87
Check: R code for possible problems
Result: NOTE
cvriskMSM: no visible global function definition for 'predict'
plotcvriskMSM: no visible binding for global variable 'lines'
plotcvriskMSM: no visible global function definition for 'lines'
Undefined global functions or variables:
lines predict
Consider adding
importFrom("graphics", "lines")
importFrom("stats", "predict")
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.1.87
Check: R code for possible problems
Result: NOTE
cvriskMSM: no visible global function definition for ‘predict’
plotcvriskMSM: no visible global function definition for ‘plot’
plotcvriskMSM: no visible binding for global variable ‘lines’
plotcvriskMSM: no visible global function definition for ‘lines’
Undefined global functions or variables:
lines plot predict
Consider adding
importFrom("graphics", "lines", "plot")
importFrom("stats", "predict")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64