Last updated on 2020-08-07 01:50:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.26 | 5.88 | 59.65 | 65.53 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.7.26 | 4.58 | 44.60 | 49.18 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.7.26 | 84.49 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.26 | 77.56 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.7.26 | 26.00 | 114.00 | 140.00 | NOTE | |
r-patched-linux-x86_64 | 0.7.26 | 5.30 | 57.12 | 62.42 | NOTE | |
r-patched-solaris-x86 | 0.7.26 | 113.50 | NOTE | |||
r-release-linux-x86_64 | 0.7.26 | 5.50 | 58.21 | 63.71 | NOTE | |
r-release-macos-x86_64 | 0.7.26 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.7.26 | 25.00 | 90.00 | 115.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.7.26 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.7.26 | 13.00 | 90.00 | 103.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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64