Last updated on 2016-10-24 23:48:15.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2 | 0.58 | 10.55 | 11.14 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2 | 0.59 | 10.61 | 11.19 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2 | 19.57 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2 | 17.89 | NOTE | |||
r-devel-macos-x86_64-clang | 0.2 | 17.46 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.2 | 4.00 | 29.00 | 33.00 | NOTE | |
r-patched-linux-x86_64 | 0.2 | 0.54 | 9.77 | 10.31 | NOTE | |
r-patched-solaris-sparc | 0.2 | 112.90 | NOTE | |||
r-patched-solaris-x86 | 0.2 | 25.10 | NOTE | |||
r-release-linux-x86_64 | 0.2 | 0.57 | 9.70 | 10.27 | NOTE | |
r-release-osx-x86_64-mavericks | 0.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2 | 2.00 | 25.00 | 27.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.2 | 2.00 | 21.00 | 23.00 | OK |
Version: 0.2
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
plot.cf plot.tvm print.cf print.tvm summary.cf summary.tvm update.cf
update.tvm
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
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-macos-x86_64-clang, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64
Version: 0.2
Check: R code for possible problems
Result: NOTE
plot.cf: no visible global function definition for ‘barplot’
plot.cf: no visible global function definition for ‘lines’
plot.cf: no visible global function definition for ‘abline’
plot.cf: no visible global function definition for ‘axis’
plot.cf: no visible global function definition for ‘curve’
plot.tvm: no visible global function definition for ‘barplot’
plot.tvm: no visible global function definition for ‘lines’
tvm: no visible global function definition for ‘uniroot’
update.tvm: no visible global function definition for ‘uniroot’
Undefined global functions or variables:
abline axis barplot curve lines uniroot
Consider adding
importFrom("graphics", "abline", "axis", "barplot", "curve", "lines")
importFrom("stats", "uniroot")
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-macos-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64