Last updated on 2020-02-15 01:01:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0-4 | 2.17 | 46.39 | 48.56 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0-4 | 2.20 | 36.81 | 39.01 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.0-4 | 60.95 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0-4 | 60.10 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.0-4 | 7.00 | 78.00 | 85.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 2.0-4 | 11.00 | 108.00 | 119.00 | NOTE | |
r-patched-linux-x86_64 | 2.0-4 | 1.85 | 42.46 | 44.31 | NOTE | |
r-patched-solaris-x86 | 2.0-4 | 90.20 | NOTE | |||
r-release-linux-x86_64 | 2.0-4 | 2.10 | 42.44 | 44.54 | NOTE | |
r-release-windows-ix86+x86_64 | 2.0-4 | 7.00 | 72.00 | 79.00 | NOTE | |
r-release-osx-x86_64 | 2.0-4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.0-4 | 5.00 | 61.00 | 66.00 | NOTE | |
r-oldrel-osx-x86_64 | 2.0-4 | NOTE |
Version: 2.0-4
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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-devel-windows-ix86+x86_64-gcc8, 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
Version: 2.0-4
Check: R code for possible problems
Result: NOTE
residualplot: no visible global function definition for 'predict'
residualplot: no visible global function definition for 'rstandard'
residualplot: no visible global function definition for
'complete.cases'
residualplot: no visible global function definition for 'plot'
residualplot: no visible global function definition for 'points'
residualplot: no visible global function definition for 'lines'
residualplot: no visible global function definition for 'smooth.spline'
residualplot: no visible global function definition for 'sd'
residualplot: no visible global function definition for 'rgb'
residualplot: no visible global function definition for 'polygon'
Undefined global functions or variables:
complete.cases lines plot points polygon predict rgb rstandard sd
smooth.spline
Consider adding
importFrom("grDevices", "rgb")
importFrom("graphics", "lines", "plot", "points", "polygon")
importFrom("stats", "complete.cases", "predict", "rstandard", "sd",
"smooth.spline")
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-devel-windows-ix86+x86_64-gcc8, 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