Last updated on 2015-09-06 23:47:16.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 0.60 | 12.31 | 12.91 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 0.68 | 12.58 | 13.26 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 24.27 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 23.13 | NOTE | |||
r-devel-osx-x86_64-clang | 1.1 | 22.70 | OK | |||
r-devel-windows-ix86+x86_64 | 1.1 | 3.00 | 26.00 | 29.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 0.68 | 12.61 | 13.30 | OK | |
r-patched-solaris-sparc | 1.1 | 165.60 | OK | |||
r-patched-solaris-x86 | 1.1 | 36.80 | OK | |||
r-release-linux-x86_64 | 1.1 | 0.85 | 13.20 | 14.05 | OK | |
r-release-osx-x86_64-mavericks | 1.1 | OK | ||||
r-release-windows-ix86+x86_64 | 1.1 | 5.00 | 21.00 | 26.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.1 | 6.00 | 25.00 | 31.00 | OK |
Version: 1.1
Check: R code for possible problems
Result: NOTE
glrtPvalue: no visible global function definition for ‘setNames’
graphNetworkPlot: no visible global function definition for ‘rainbow’
graphNetworkPlot: no visible global function definition for ‘plot’
graphNetworkPlot: no visible global function definition for ‘legend’
testGoF: no visible global function definition for ‘pchisq’
testGoF: no visible global function definition for ‘chisq.test’
testGoF: no visible global function definition for ‘matplot’
testGoF: no visible global function definition for ‘legend’
testGoF: no visible global function definition for ‘title’
Undefined global functions or variables:
chisq.test legend matplot pchisq plot rainbow setNames title
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "legend", "matplot", "plot", "title")
importFrom("stats", "chisq.test", "pchisq", "setNames")
to your NAMESPACE.
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