Last updated on 2020-08-07 01:49:42 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.2 | 2.17 | 22.96 | 25.13 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3.2 | 1.66 | 18.05 | 19.71 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3.2 | 39.02 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.2 | 29.39 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.3.2 | 6.00 | 34.00 | 40.00 | NOTE | |
r-patched-linux-x86_64 | 1.3.2 | 2.22 | 22.89 | 25.11 | NOTE | |
r-patched-solaris-x86 | 1.3.2 | 45.90 | NOTE | |||
r-release-linux-x86_64 | 1.3.2 | 2.13 | 22.75 | 24.88 | NOTE | |
r-release-macos-x86_64 | 1.3.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.3.2 | 7.00 | 58.00 | 65.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.3.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.3.2 | 4.00 | 52.00 | 56.00 | 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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64