Last updated on 2022-05-09 17:52:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0 | 3.25 | 53.70 | 56.95 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0 | 3.98 | 42.43 | 46.41 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.0 | 72.15 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0 | 69.97 | NOTE | |||
r-devel-windows-x86_64 | 2.0 | 10.00 | 74.00 | 84.00 | NOTE | |
r-patched-linux-x86_64 | 2.0 | 4.32 | 51.18 | 55.50 | NOTE | |
r-release-linux-x86_64 | 2.0 | 4.17 | 53.18 | 57.35 | NOTE | |
r-release-macos-arm64 | 2.0 | 24.00 | NOTE | |||
r-release-macos-x86_64 | 2.0 | 42.00 | NOTE | |||
r-release-windows-x86_64 | 2.0 | 9.00 | 75.00 | 84.00 | NOTE | |
r-oldrel-macos-arm64 | 2.0 | 25.00 | NOTE | |||
r-oldrel-macos-x86_64 | 2.0 | 7.00 | ERROR | |||
r-oldrel-windows-ix86+x86_64 | 2.0 | 11.00 | 61.00 | 72.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-x86_64, r-patched-linux-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-windows-ix86+x86_64
Version: 2.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-macos-x86_64