Last updated on 2020-09-11 04:50:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 4.88 | 42.01 | 46.89 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 4.51 | 32.69 | 37.20 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 66.81 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 58.80 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 13.00 | 59.00 | 72.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 5.66 | 42.30 | 47.96 | NOTE | |
r-patched-solaris-x86 | 1.0 | 79.30 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 5.70 | 42.76 | 48.46 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 10.00 | 49.00 | 59.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 6.00 | 62.00 | 68.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
combineToSingleMatrix: no visible global function definition for
'read.table'
combineToSingleMatrix: no visible global function definition for
'write.table'
compareCIM: no visible global function definition for 'sd'
correctData: no visible global function definition for 'wd'
correctData: no visible global function definition for 'threshold'
correctData: no visible binding for global variable 'madmad'
correctData: no visible global function definition for 'wr'
Undefined global functions or variables:
madmad read.table sd threshold wd wr write.table
Consider adding
importFrom("stats", "sd")
importFrom("utils", "read.table", "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-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