Last updated on 2019-10-31 00:51:08 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.26 | 4.87 | 50.80 | 55.67 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.7.26 | 4.03 | 39.14 | 43.17 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.7.26 | 69.35 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.26 | 68.63 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.7.26 | 19.00 | 105.00 | 124.00 | NOTE | |
r-patched-linux-x86_64 | 0.7.26 | 3.94 | 48.53 | 52.47 | NOTE | |
r-patched-solaris-x86 | 0.7.26 | 103.50 | NOTE | |||
r-release-linux-x86_64 | 0.7.26 | 4.05 | 48.81 | 52.86 | NOTE | |
r-release-windows-ix86+x86_64 | 0.7.26 | 18.00 | 74.00 | 92.00 | NOTE | |
r-release-osx-x86_64 | 0.7.26 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.7.26 | 7.00 | 107.00 | 114.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.7.26 | 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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64