Last updated on 2019-12-16 00:49:08 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.0.1 | 1.90 | 19.92 | 21.82 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 3.0.1 | 1.73 | 16.43 | 18.16 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 3.0.1 | 27.88 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 3.0.1 | 27.89 | NOTE | |||
r-devel-windows-ix86+x86_64 | 3.0.1 | 5.00 | 47.00 | 52.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 3.0.1 | 5.00 | 42.00 | 47.00 | NOTE | |
r-patched-linux-x86_64 | 3.0.1 | 1.38 | 19.08 | 20.46 | NOTE | |
r-patched-solaris-x86 | 3.0.1 | 38.70 | NOTE | |||
r-release-linux-x86_64 | 3.0.1 | 1.54 | 18.87 | 20.41 | NOTE | |
r-release-windows-ix86+x86_64 | 3.0.1 | 4.00 | 37.00 | 41.00 | NOTE | |
r-release-osx-x86_64 | 3.0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 3.0.1 | 2.00 | 30.00 | 32.00 | NOTE | |
r-oldrel-osx-x86_64 | 3.0.1 | 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-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