Last updated on 2018-02-24 09:51:25 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 3.59 | 49.69 | 53.28 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 3.96 | 39.91 | 43.87 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 66.36 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 68.21 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.1 | 10.00 | 79.00 | 89.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.1 | 2.95 | 50.22 | 53.17 | NOTE | |
r-patched-solaris-x86 | 1.0.1 | 108.30 | NOTE | |||
r-release-linux-x86_64 | 1.0.1 | 3.87 | 49.92 | 53.79 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0.1 | 13.00 | 81.00 | 94.00 | NOTE | |
r-release-osx-x86_64 | 1.0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 7.00 | 75.00 | 82.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0.1 | NOTE |
Version: 1.0.1
Check: R code for possible problems
Result: NOTE
DRaWR: no visible global function definition for ‘write.table’
DRaWR: no visible global function definition for ‘read.table’
DRaWR: no visible global function definition for ‘aggregate’
DRaWR: no visible global function definition for ‘slot’
Undefined global functions or variables:
aggregate read.table slot write.table
Consider adding
importFrom("methods", "slot")
importFrom("stats", "aggregate")
importFrom("utils", "read.table", "write.table")
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