Last updated on 2022-05-09 17:52:31 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 3.55 | 43.15 | 46.70 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.81 | 33.30 | 36.11 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 57.93 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 56.25 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 15.00 | 61.00 | 76.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 3.64 | 41.06 | 44.70 | NOTE | |
r-release-linux-x86_64 | 1.0 | 3.65 | 42.14 | 45.79 | NOTE | |
r-release-macos-arm64 | 1.0 | 22.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 36.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 17.00 | 64.00 | 81.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 28.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 37.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 7.00 | 52.00 | 59.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
KL: no visible global function definition for 'complete.cases'
MergeNodes: no visible global function definition for 'colors'
cross.validate: no visible global function definition for 'runif'
fit.APFA: no visible global function definition for 'complete.cases'
fit.APFA: no visible global function definition for 'aggregate'
select.beagle: no visible global function definition for 'write.table'
select.beagle: no visible global function definition for 'aggregate'
select.beagle: no visible global function definition for 'colors'
simulateAPFA: no visible global function definition for 'runif'
st: no visible global function definition for 'colors'
Undefined global functions or variables:
aggregate colors complete.cases runif write.table
Consider adding
importFrom("grDevices", "colors")
importFrom("stats", "aggregate", "complete.cases", "runif")
importFrom("utils", "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