Last updated on 2020-08-07 01:49:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3 | 3.77 | 33.91 | 37.68 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3 | 3.20 | 25.83 | 29.03 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3 | 54.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3 | 43.18 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.3 | 16.00 | 50.00 | 66.00 | NOTE | |
r-patched-linux-x86_64 | 1.3 | 4.05 | 32.82 | 36.87 | NOTE | |
r-patched-solaris-x86 | 1.3 | 72.30 | NOTE | |||
r-release-linux-x86_64 | 1.3 | 4.40 | 33.05 | 37.45 | NOTE | |
r-release-macos-x86_64 | 1.3 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.3 | 15.00 | 59.00 | 74.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.3 | 9.00 | 49.00 | 58.00 | NOTE |
Version: 1.3
Check: R code for possible problems
Result: NOTE
conceptIndicesSkm: no visible global function definition for
'txtProgressBar'
conceptIndicesSkm: no visible global function definition for
'setTxtProgressBar'
conceptVectorsSkm: no visible global function definition for
'txtProgressBar'
conceptVectorsSkm: no visible global function definition for
'setTxtProgressBar'
mvcmb: no visible global function definition for 'runif'
mvcmb: no visible global function definition for 'str'
mvcsph: no visible global function definition for 'pdf'
mvcsph: no visible global function definition for 'heatmap'
mvcsph: no visible global function definition for 'dev.off'
mvcsph: no visible global function definition for 'hclust'
mvcsph: no visible global function definition for 'dist'
mvcsph: no visible global function definition for 'str'
Undefined global functions or variables:
dev.off dist hclust heatmap pdf runif setTxtProgressBar str
txtProgressBar
Consider adding
importFrom("grDevices", "dev.off", "pdf")
importFrom("stats", "dist", "hclust", "heatmap", "runif")
importFrom("utils", "setTxtProgressBar", "str", "txtProgressBar")
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