Last updated on 2020-08-07 01:49:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 4.00 | 40.76 | 44.76 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 3.15 | 31.21 | 34.36 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 61.13 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 52.35 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 19.00 | 82.00 | 101.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 2.96 | 39.63 | 42.59 | NOTE | |
r-patched-solaris-x86 | 1.2 | 85.90 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 4.37 | 39.49 | 43.86 | NOTE | |
r-release-macos-x86_64 | 1.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2 | 21.00 | 112.00 | 133.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 14.00 | 71.00 | 85.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-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