Last updated on 2020-08-07 01:49:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.0.1 | 2.18 | 20.76 | 22.94 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 3.0.1 | 1.53 | 16.31 | 17.84 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 3.0.1 | 36.43 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 3.0.1 | 27.36 | NOTE | |||
r-devel-windows-ix86+x86_64 | 3.0.1 | 6.00 | 29.00 | 35.00 | NOTE | |
r-patched-linux-x86_64 | 3.0.1 | 2.21 | 20.84 | 23.05 | NOTE | |
r-patched-solaris-x86 | 3.0.1 | 43.90 | NOTE | |||
r-release-linux-x86_64 | 3.0.1 | 1.65 | 21.22 | 22.87 | NOTE | |
r-release-macos-x86_64 | 3.0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 3.0.1 | 5.00 | 46.00 | 51.00 | NOTE | |
r-oldrel-macos-x86_64 | 3.0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 3.0.1 | 4.00 | 37.00 | 41.00 | NOTE |
Version: 3.0.1
Check: R code for possible problems
Result: NOTE
ma.filter: no visible global function definition for 'par'
ma.filter: no visible global function definition for 'lines'
ma.filter: no visible global function definition for 'abline'
qn: no visible global function definition for 'lm'
qn: no visible global function definition for 'var'
qn: no visible global function definition for 'resid'
ss.filter: no visible global function definition for 'smooth.spline'
ss.filter: no visible global function definition for 'par'
ss.filter: no visible global function definition for 'lines'
ss.filter: no visible global function definition for 'abline'
Undefined global functions or variables:
abline lines lm par resid smooth.spline var
Consider adding
importFrom("graphics", "abline", "lines", "par")
importFrom("stats", "lm", "resid", "smooth.spline", "var")
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