Last updated on 2019-01-26 15:47:38 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3 | 1.74 | 22.10 | 23.84 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3 | 1.35 | 17.44 | 18.79 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3 | 28.36 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3 | 25.90 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.3 | 3.00 | 48.00 | 51.00 | NOTE | |
r-patched-linux-x86_64 | 1.3 | 1.19 | 20.09 | 21.28 | NOTE | |
r-patched-solaris-x86 | 1.3 | 39.30 | NOTE | |||
r-release-linux-x86_64 | 1.3 | 1.27 | 19.98 | 21.25 | NOTE | |
r-release-windows-ix86+x86_64 | 1.3 | 5.00 | 33.00 | 38.00 | NOTE | |
r-release-osx-x86_64 | 1.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.3 | 3.00 | 47.00 | 50.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.3 | NOTE |
Version: 1.3
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
anova.mdm
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: 1.3
Check: R code for possible problems
Result: NOTE
anova.mdm : <anonymous>: no visible global function definition for
‘formula’
anova.mdm : <anonymous>: no visible global function definition for
‘deviance’
anova.mdm: no visible global function definition for ‘pchisq’
entropy.plot: no visible global function definition for ‘plot’
entropy.plot: no visible global function definition for ‘axis’
entropy.plot: no visible global function definition for ‘box’
entropy.plot: no visible global function definition for ‘segments’
entropy.plot: no visible global function definition for ‘points’
mdm: no visible global function definition for ‘model.matrix’
mdm: no visible global function definition for ‘model.response’
mdm: no visible global function definition for ‘model.weights’
mdm: no visible global function definition for ‘model.offset’
mdm: no visible binding for global variable ‘weighted.mean’
mdm: no visible global function definition for ‘.getXlevels’
simdata: no visible global function definition for ‘rainbow’
simdata: no visible global function definition for ‘runif’
simdata: no visible global function definition for ‘rpois’
simdata: no visible global function definition for ‘rnorm’
simdata: no visible global function definition for ‘matplot’
simdata: no visible global function definition for ‘rug’
Undefined global functions or variables:
.getXlevels axis box deviance formula matplot model.matrix
model.offset model.response model.weights pchisq plot points rainbow
rnorm rpois rug runif segments weighted.mean
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "axis", "box", "matplot", "plot", "points",
"rug", "segments")
importFrom("stats", ".getXlevels", "deviance", "formula",
"model.matrix", "model.offset", "model.response",
"model.weights", "pchisq", "rnorm", "rpois", "runif",
"weighted.mean")
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