Last updated on 2020-08-07 01:49:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0 | 4.91 | 40.84 | 45.75 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0 | 3.58 | 31.97 | 35.55 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.0 | 61.70 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0 | 51.43 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.0 | 13.00 | 74.00 | 87.00 | NOTE | |
r-patched-linux-x86_64 | 2.0 | 4.06 | 41.43 | 45.49 | NOTE | |
r-patched-solaris-x86 | 2.0 | 80.50 | NOTE | |||
r-release-linux-x86_64 | 2.0 | 4.84 | 40.63 | 45.47 | NOTE | |
r-release-macos-x86_64 | 2.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 2.0 | 10.00 | 49.00 | 59.00 | NOTE | |
r-oldrel-macos-x86_64 | 2.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.0 | 9.00 | 73.00 | 82.00 | NOTE |
Version: 2.0
Check: R code for possible problems
Result: NOTE
expression_up : <anonymous>: no visible global function definition for
'quantile'
expression_up : <anonymous>: no visible global function definition for
'IQR'
expression_up : <anonymous>: no visible global function definition for
'median'
expression_up : <anonymous>: no visible global function definition for
'sd'
plot_up: no visible global function definition for 'text'
Undefined global functions or variables:
IQR median quantile sd text
Consider adding
importFrom("graphics", "text")
importFrom("stats", "IQR", "median", "quantile", "sd")
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: 2.0
Check: R code for possible problems
Result: NOTE
expression_up : <anonymous>: no visible global function definition for
‘quantile’
expression_up : <anonymous>: no visible global function definition for
‘IQR’
expression_up : <anonymous>: no visible global function definition for
‘median’
expression_up : <anonymous>: no visible global function definition for
‘sd’
plot_up: no visible global function definition for ‘plot’
plot_up: no visible global function definition for ‘text’
Undefined global functions or variables:
IQR median plot quantile sd text
Consider adding
importFrom("graphics", "plot", "text")
importFrom("stats", "IQR", "median", "quantile", "sd")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64