Last updated on 2017-07-20 14:47:40.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0-6 | 0.64 | 26.44 | 27.08 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.0-6 | 0.62 | 26.40 | 27.02 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.0-6 | 37.30 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.0-6 | 36.03 | NOTE | |||
| r-devel-windows-ix86+x86_64 | 0.0-6 | 2.00 | 40.00 | 42.00 | NOTE | |
| r-patched-linux-x86_64 | 0.0-6 | 0.62 | 26.34 | 26.96 | NOTE | |
| r-patched-solaris-x86 | 0.0-6 | 45.70 | NOTE | |||
| r-release-linux-x86_64 | 0.0-6 | 0.62 | 26.60 | 27.22 | NOTE | |
| r-release-windows-ix86+x86_64 | 0.0-6 | 3.00 | 42.00 | 45.00 | NOTE | |
| r-release-osx-x86_64 | 0.0-6 | NOTE | ||||
| r-oldrel-windows-ix86+x86_64 | 0.0-6 | 4.00 | 48.00 | 52.00 | NOTE | |
| r-oldrel-osx-x86_64 | 0.0-6 | NOTE |
Version: 0.0-6
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
binMto.default binMto.formula
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 0.0-6
Check: R code for possible problems
Result: NOTE
Mtoquant: no visible global function definition for ‘qnorm’
NHS: no visible global function definition for ‘qnorm’
NHS : WilsonScore: no visible global function definition for ‘qnorm’
binMto.formula: no visible global function definition for ‘model.frame’
plot.binMto: no visible global function definition for ‘plot.new’
plot.binMto: no visible global function definition for ‘par’
plot.binMto: no visible global function definition for ‘strwidth’
plot.binMto: no visible global function definition for ‘axis’
plot.binMto: no visible global function definition for ‘box’
plot.binMto: no visible global function definition for ‘segments’
plot.binMto: no visible global function definition for ‘points’
plot.binMto: no visible global function definition for ‘abline’
simPowerI: no visible global function definition for ‘rbinom’
Undefined global functions or variables:
abline axis box model.frame par plot.new points qnorm rbinom segments
strwidth
Consider adding
importFrom("graphics", "abline", "axis", "box", "par", "plot.new",
"points", "segments", "strwidth")
importFrom("stats", "model.frame", "qnorm", "rbinom")
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64