Last updated on 2022-06-20 14:51:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 2.92 | 23.12 | 26.04 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 1.76 | 18.14 | 19.90 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 41.82 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 41.22 | NOTE | |||
r-devel-windows-x86_64 | 1.2 | 11.00 | 42.00 | 53.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 2.34 | 22.22 | 24.56 | NOTE | |
r-release-linux-x86_64 | 1.2 | 2.65 | 22.38 | 25.03 | NOTE | |
r-release-macos-arm64 | 1.2 | 14.00 | NOTE | |||
r-release-macos-x86_64 | 1.2 | 22.00 | NOTE | |||
r-release-windows-x86_64 | 1.2 | 6.00 | 44.00 | 50.00 | NOTE | |
r-oldrel-macos-arm64 | 1.2 | 17.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.2 | 27.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.2 | 6.00 | 24.00 | 30.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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, 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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64