Last updated on 2022-05-09 17:52:32 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.8 | 3.00 | 47.91 | 50.91 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.8 | 1.78 | 35.97 | 37.75 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.8 | 60.93 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.8 | 63.77 | NOTE | |||
r-devel-windows-x86_64 | 1.8 | 69.00 | 67.00 | 136.00 | NOTE | |
r-patched-linux-x86_64 | 1.8 | 2.92 | 44.93 | 47.85 | NOTE | |
r-release-linux-x86_64 | 1.8 | 2.09 | 46.44 | 48.53 | NOTE | |
r-release-macos-arm64 | 1.8 | 22.00 | NOTE | |||
r-release-macos-x86_64 | 1.8 | 37.00 | NOTE | |||
r-release-windows-x86_64 | 1.8 | 8.00 | 64.00 | 72.00 | NOTE | |
r-oldrel-macos-arm64 | 1.8 | 26.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.8 | 55.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.8 | 6.00 | 51.00 | 57.00 | NOTE |
Version: 1.8
Check: R code for possible problems
Result: NOTE
ibdhap.barplot: no visible global function definition for 'rect'
ibdhap.compare.loci: no visible global function definition for 'hist'
ibdhap.compare.segs: no visible global function definition for 'tail'
ibdhap.make.calls: no visible global function definition for
'count.fields'
ibdhap.make.calls: no visible global function definition for
'read.table'
ibdhap.make.true: no visible global function definition for
'read.table'
ibdhap.names: no visible global function definition for 'count.fields'
ibdhap.names: no visible global function definition for 'read.table'
ibdhap.reduce.states: no visible global function definition for
'read.table'
ibdhap.reduce.states: no visible global function definition for
'write.table'
Undefined global functions or variables:
count.fields hist read.table rect tail write.table
Consider adding
importFrom("graphics", "hist", "rect")
importFrom("utils", "count.fields", "read.table", "tail",
"write.table")
to your NAMESPACE file.
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