Last updated on 2019-01-26 15:47:31 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.29 | 19.62 | 20.91 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 0.95 | 15.38 | 16.33 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 24.47 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 22.79 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 4.00 | 38.00 | 42.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 0.93 | 18.18 | 19.11 | NOTE | |
r-patched-solaris-x86 | 1.0 | 37.40 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.11 | 18.04 | 19.15 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 2.00 | 28.00 | 30.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 2.00 | 27.00 | 29.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
print.Gammareg print.summary.Gammareg summary.Gammareg
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.0
Check: R code for possible problems
Result: NOTE
gammahetero1: no visible global function definition for ‘terms’
gammahetero1: no visible global function definition for ‘model.matrix’
gammahetero1: no visible global function definition for ‘glm.fit’
gammahetero1: no visible global function definition for ‘Gamma’
gammahetero1: no visible global function definition for ‘qt’
gammahetero2: no visible global function definition for ‘terms’
gammahetero2: no visible global function definition for ‘model.matrix’
gammahetero2: no visible global function definition for ‘glm.fit’
gammahetero2: no visible global function definition for ‘Gamma’
gammahetero2: no visible global function definition for ‘qt’
print.summary.Gammareg: no visible global function definition for
‘printCoefmat’
summary.Gammareg: no visible global function definition for ‘coef’
Undefined global functions or variables:
Gamma coef glm.fit model.matrix printCoefmat qt terms
Consider adding
importFrom("stats", "Gamma", "coef", "glm.fit", "model.matrix",
"printCoefmat", "qt", "terms")
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