Last updated on 2020-08-07 01:49:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2 | 3.33 | 32.43 | 35.76 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2 | 2.68 | 23.76 | 26.44 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2 | 50.37 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2 | 41.31 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.2 | 10.00 | 39.00 | 49.00 | NOTE | |
r-patched-linux-x86_64 | 0.2 | 3.73 | 31.83 | 35.56 | NOTE | |
r-patched-solaris-x86 | 0.2 | 63.00 | NOTE | |||
r-release-linux-x86_64 | 0.2 | 3.25 | 31.78 | 35.03 | NOTE | |
r-release-macos-x86_64 | 0.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2 | 6.00 | 39.00 | 45.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.2 | 5.00 | 57.00 | 62.00 | NOTE |
Version: 0.2
Check: R code for possible problems
Result: NOTE
bars: no visible global function definition for 'segments'
cv.binomial: no visible binding for global variable 'var'
cv.binomial: no visible global function definition for 'abline'
cv.normal: no visible binding for global variable 'var'
cv.normal: no visible global function definition for 'abline'
cv.poisson: no visible binding for global variable 'var'
cv.poisson: no visible global function definition for 'abline'
plot.extlasso: no visible global function definition for 'matplot'
plot.extlasso: no visible global function definition for 'axis'
Undefined global functions or variables:
abline axis matplot segments var
Consider adding
importFrom("graphics", "abline", "axis", "matplot", "segments")
importFrom("stats", "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