Last updated on 2019-01-26 15:47:22 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 3.63 | 93.02 | 96.65 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 3.53 | 73.06 | 76.59 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 117.91 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 112.53 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1 | 8.00 | 151.00 | 159.00 | NOTE | |
r-patched-linux-x86_64 | 0.1 | 4.15 | 85.28 | 89.43 | NOTE | |
r-patched-solaris-x86 | 0.1 | 196.10 | NOTE | |||
r-release-linux-x86_64 | 0.1 | 3.21 | 85.81 | 89.02 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1 | 11.00 | 109.00 | 120.00 | NOTE | |
r-release-osx-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 11.00 | 113.00 | 124.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1 | NOTE |
Version: 0.1
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
summary.attribrisk
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.1
Check: R code for possible problems
Result: NOTE
attribrisk: no visible global function definition for ‘terms’
attribrisk: no visible global function definition for ‘.getXlevels’
attribrisk: no visible global function definition for ‘model.response’
attribrisk: no visible global function definition for ‘model.weights’
attribrisk: no visible global function definition for ‘model.offset’
attribrisk: no visible global function definition for ‘model.matrix’
attribrisk: no visible global function definition for ‘model.frame’
attribrisk.fit: no visible global function definition for ‘glm.fit’
attribrisk.fit: no visible global function definition for ‘binomial’
attribrisk.fit: no visible global function definition for ‘glm.control’
attribrisk.fit: no visible global function definition for ‘coef’
attribrisk.fit: no visible global function definition for
‘coefficients’
attribrisk_boot: no visible global function definition for ‘var’
print.attribrisk: no visible global function definition for ‘qnorm’
summary.attribrisk: no visible global function definition for ‘hasArg’
summary.attribrisk: no visible global function definition for ‘var’
Undefined global functions or variables:
.getXlevels binomial coef coefficients glm.control glm.fit hasArg
model.frame model.matrix model.offset model.response model.weights
qnorm terms var
Consider adding
importFrom("methods", "hasArg")
importFrom("stats", ".getXlevels", "binomial", "coef", "coefficients",
"glm.control", "glm.fit", "model.frame", "model.matrix",
"model.offset", "model.response", "model.weights", "qnorm",
"terms", "var")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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