Last updated on 2020-07-02 02:10:02 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.26 | 5.28 | 58.95 | 64.23 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.7.26 | 4.49 | 43.98 | 48.47 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.7.26 | 85.20 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.26 | 77.93 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.7.26 | 25.00 | 78.00 | 103.00 | NOTE | |
r-patched-linux-x86_64 | 0.7.26 | 5.60 | 56.88 | 62.48 | NOTE | |
r-patched-solaris-x86 | 0.7.26 | 113.50 | NOTE | |||
r-release-linux-x86_64 | 0.7.26 | 5.80 | 57.17 | 62.97 | NOTE | |
r-release-osx-x86_64 | 0.7.26 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.7.26 | 15.00 | 80.00 | 95.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.7.26 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.7.26 | 29.00 | 119.00 | 148.00 | NOTE |
Version: 0.7.26
Check: R code for possible problems
Result: NOTE
convert_municipality_names: no visible global function definition for
'read.csv'
regression_plot: no visible binding for global variable 'loess'
regression_plot: no visible global function definition for
'colorRampPalette'
regression_plot: no visible global function definition for
'loess.control'
regression_plot: no visible global function definition for 'predict'
regression_plot : <anonymous>: no visible global function definition
for 'quantile'
regression_plot : <anonymous>: no visible global function definition
for 'pnorm'
regression_plot: no visible global function definition for
'flush.console'
regression_plot: no visible global function definition for 'density'
Undefined global functions or variables:
colorRampPalette density flush.console loess loess.control pnorm
predict quantile read.csv
Consider adding
importFrom("grDevices", "colorRampPalette")
importFrom("stats", "density", "loess", "loess.control", "pnorm",
"predict", "quantile")
importFrom("utils", "flush.console", "read.csv")
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-osx-x86_64, r-release-windows-ix86+x86_64, r-oldrel-osx-x86_64, r-oldrel-windows-ix86+x86_64