Last updated on 2020-08-07 01:50:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 1.99 | 18.58 | 20.57 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 1.52 | 14.50 | 16.02 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 33.00 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 23.64 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 7.00 | 30.00 | 37.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 1.97 | 18.27 | 20.24 | NOTE | |
r-patched-solaris-x86 | 1.1 | 38.00 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 2.14 | 18.43 | 20.57 | NOTE | |
r-release-macos-x86_64 | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 5.00 | 31.00 | 36.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 5.00 | 40.00 | 45.00 | NOTE |
Version: 1.1
Check: R code for possible problems
Result: NOTE
.checkDimAndTest: no visible global function definition for
'chisq.test'
.checkDimAndTest: no visible global function definition for
'fisher.test'
plotTable1Heatmap: no visible global function definition for 'par'
plotTable1Heatmap: no visible global function definition for 'image'
plotTable1Heatmap: no visible global function definition for 'abline'
plotTable1Heatmap: no visible global function definition for 'axis'
plotTable1Heatmap: no visible global function definition for 'text'
plotTable1Heatmap: no visible global function definition for 'legend'
plotTable1Heatmap: no visible global function definition for 'box'
Undefined global functions or variables:
abline axis box chisq.test fisher.test image legend par text
Consider adding
importFrom("graphics", "abline", "axis", "box", "image", "legend",
"par", "text")
importFrom("stats", "chisq.test", "fisher.test")
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