Last updated on 2017-07-26 01:56:10.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.2 | 0.76 | 19.44 | 20.20 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3.2 | 0.68 | 19.54 | 20.21 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3.2 | 23.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.2 | 21.06 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.3.2 | 3.00 | 30.00 | 33.00 | NOTE | |
r-patched-linux-x86_64 | 1.3.2 | 0.72 | 19.80 | 20.51 | NOTE | |
r-patched-solaris-x86 | 1.3.2 | 33.70 | NOTE | |||
r-release-linux-x86_64 | 1.3.2 | 0.76 | 19.72 | 20.48 | NOTE | |
r-release-windows-ix86+x86_64 | 1.3.2 | 2.00 | 44.00 | 46.00 | NOTE | |
r-release-osx-x86_64 | 1.3.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.3.2 | 2.00 | 28.00 | 30.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.3.2 | NOTE |
Version: 1.3.2
Check: R code for possible problems
Result: NOTE
dostats: no visible binding for global variable ‘na.fail’
first: no visible global function definition for ‘head’
last: no visible global function definition for ‘tail’
pval.default: no visible global function definition for ‘.hasSlot’
pval.lm: no visible global function definition for ‘anova’
Undefined global functions or variables:
.hasSlot anova head na.fail tail
Consider adding
importFrom("methods", ".hasSlot")
importFrom("stats", "anova", "na.fail")
importFrom("utils", "head", "tail")
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