Last updated on 2020-08-07 01:49:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.3 | 2.26 | 25.76 | 28.02 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.3 | 2.09 | 20.06 | 22.15 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.3 | 43.38 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 32.89 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.3 | 7.00 | 39.00 | 46.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.3 | 2.34 | 25.64 | 27.98 | NOTE | |
r-patched-solaris-x86 | 1.0.3 | 51.50 | NOTE | |||
r-release-linux-x86_64 | 1.0.3 | 2.10 | 25.47 | 27.57 | NOTE | |
r-release-macos-x86_64 | 1.0.3 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.3 | 7.00 | 54.00 | 61.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.3 | 5.00 | 47.00 | 52.00 | NOTE |
Version: 1.0.3
Check: R code for possible problems
Result: NOTE
anovaF: no visible global function definition for 'anova'
anovaF: no visible global function definition for 'lm'
randInterval: no visible global function definition for 'quantile'
randInterval : <anonymous>: no visible global function definition for
'quantile'
randPlot: no visible global function definition for 'par'
randPlot: no visible global function definition for 'hist'
randPlot: no visible global function definition for 'abline'
Undefined global functions or variables:
abline anova hist lm par quantile
Consider adding
importFrom("graphics", "abline", "hist", "par")
importFrom("stats", "anova", "lm", "quantile")
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