Last updated on 2018-10-19 01:46:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3 | 1.31 | 23.06 | 24.37 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.3 | 1.03 | 18.58 | 19.61 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.3 | 31.64 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.3 | 28.86 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.3 | 4.00 | 34.00 | 38.00 | NOTE | |
r-patched-linux-x86_64 | 2.3 | 1.27 | 20.89 | 22.16 | NOTE | |
r-patched-solaris-x86 | 2.3 | 42.50 | NOTE | |||
r-release-linux-x86_64 | 2.3 | 0.95 | 21.03 | 21.98 | NOTE | |
r-release-windows-ix86+x86_64 | 2.3 | 3.00 | 49.00 | 52.00 | NOTE | |
r-release-osx-x86_64 | 2.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.3 | 2.00 | 43.00 | 45.00 | NOTE | |
r-oldrel-osx-x86_64 | 2.3 | NOTE |
Version: 2.3
Check: R code for possible problems
Result: NOTE
MIcombine.default: no visible binding for global variable ‘vcov’
MIcombine.default: no visible binding for global variable ‘coef’
MIcombine.default: no visible global function definition for ‘var’
MIcombine.imputationResultList: no visible binding for global variable
‘vcov’
MIcombine.imputationResultList: no visible binding for global variable
‘coef’
close.DBimputationList: no visible global function definition for ‘is’
getvars: no visible global function definition for ‘is’
print.MIresult: no visible global function definition for ‘coef’
print.MIresult: no visible global function definition for ‘vcov’
summary.MIresult: no visible global function definition for ‘coef’
summary.MIresult: no visible global function definition for ‘vcov’
summary.MIresult: no visible global function definition for ‘qt’
Undefined global functions or variables:
coef is qt var vcov
Consider adding
importFrom("methods", "is")
importFrom("stats", "coef", "qt", "var", "vcov")
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
Version: 2.3
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘RODBC’
Flavor: r-oldrel-osx-x86_64