Last updated on 2016-03-07 23:47:42.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 2.0 | 0.70 | 15.91 | 16.61 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.0 | 29.41 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0 | 28.03 | NOTE | |||
r-devel-osx-x86_64-clang | 2.0 | 30.88 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.0 | 8.00 | 41.00 | 49.00 | NOTE | |
r-patched-linux-x86_64 | 2.0 | 0.68 | 17.00 | 17.68 | NOTE | |
r-patched-solaris-sparc | 2.0 | 170.50 | NOTE | |||
r-patched-solaris-x86 | 2.0 | 37.80 | NOTE | |||
r-release-linux-x86_64 | 2.0 | 0.80 | 17.34 | 18.14 | NOTE | |
r-release-osx-x86_64-mavericks | 2.0 | OK | ||||
r-release-windows-ix86+x86_64 | 2.0 | 7.00 | 42.00 | 49.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 2.0 | 4.00 | 41.00 | 45.00 | OK |
Version: 2.0
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
plot.upclassfit print.upclassfit summary.upclassfit
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64
Version: 2.0
Check: R code for possible problems
Result: NOTE
plot.upclassfit: no visible global function definition for ‘frame’
plot.upclassfit: no visible global function definition for ‘par’
plot.upclassfit: no visible global function definition for ‘axis’
plot.upclassfit: no visible global function definition for ‘matplot’
plot.upclassfit: no visible global function definition for ‘legend’
plot.upclassfit: no visible global function definition for ‘title’
Undefined global functions or variables:
axis frame legend matplot par title
Consider adding
importFrom("graphics", "axis", "frame", "legend", "matplot", "par",
"title")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64