Last updated on 2020-08-07 01:49:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 2.51 | 19.85 | 22.36 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 1.97 | 15.72 | 17.69 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 36.07 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 27.00 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 9.00 | 27.00 | 36.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 2.55 | 20.14 | 22.69 | NOTE | |
r-patched-solaris-x86 | 1.2 | 39.80 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 2.05 | 19.69 | 21.74 | NOTE | |
r-release-macos-x86_64 | 1.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2 | 6.00 | 30.00 | 36.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 5.00 | 44.00 | 49.00 | NOTE |
Version: 1.2
Check: dependencies in R code
Result: NOTE
There are ::: calls to the package's namespace in its code. A package
almost never needs to use ::: for its own objects:
'estoutstorage'
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
Version: 1.2
Check: R code for possible problems
Result: NOTE
descsto: no visible global function definition for 'is'
Undefined global functions or variables:
is
Consider adding
importFrom("methods", "is")
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