Last updated on 2022-06-15 07:52:12 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 4.00 | 55.42 | 59.42 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 3.53 | 43.67 | 47.20 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 72.12 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 73.88 | NOTE | |||
r-devel-windows-x86_64 | 1.2 | 13.00 | 108.00 | 121.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 6.49 | 53.39 | 59.88 | NOTE | |
r-release-linux-x86_64 | 1.2 | 3.43 | 54.88 | 58.31 | NOTE | |
r-release-macos-arm64 | 1.2 | 26.00 | NOTE | |||
r-release-macos-x86_64 | 1.2 | 36.00 | NOTE | |||
r-release-windows-x86_64 | 1.2 | 13.00 | 108.00 | 121.00 | NOTE | |
r-oldrel-macos-arm64 | 1.2 | 27.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.2 | 41.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.2 | 23.00 | 93.00 | 116.00 | NOTE |
Version: 1.2
Check: R code for possible problems
Result: NOTE
.grid.matrix: no visible global function definition for 'slot'
.matrix2grid: no visible global function definition for 'as'
.poly2grid: no visible global function definition for 'is'
.poly2grid: no visible global function definition for 'slot'
.poly2grid: no visible global function definition for 'as'
.pycno.core : smooth2D : s1d: no visible global function definition for
'filter'
.pycno.core: no visible global function definition for 'flush.console'
.pycno2matrix: no visible global function definition for 'slot'
Undefined global functions or variables:
as filter flush.console is slot
Consider adding
importFrom("methods", "as", "is", "slot")
importFrom("stats", "filter")
importFrom("utils", "flush.console")
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