Last updated on 2018-04-29 01:46:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.2 | 0.97 | 18.97 | 19.94 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3.2 | 0.91 | 16.32 | 17.23 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3.2 | 23.34 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.2 | 22.48 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.3.2 | 6.00 | 39.00 | 45.00 | NOTE | |
r-patched-linux-x86_64 | 1.3.2 | 1.08 | 18.72 | 19.80 | NOTE | |
r-patched-solaris-x86 | 1.3.2 | 38.60 | NOTE | |||
r-release-linux-x86_64 | 1.3.2 | 1.11 | 19.16 | 20.27 | NOTE | |
r-release-windows-ix86+x86_64 | 1.3.2 | 6.00 | 39.00 | 45.00 | NOTE | |
r-release-osx-x86_64 | 1.3.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.3.2 | 2.00 | 38.00 | 40.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