Last updated on 2019-05-01 01:51:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0 | 2.13 | 35.28 | 37.41 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0 | 2.26 | 28.41 | 30.67 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.0 | 48.31 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0 | 48.37 | NOTE | |||
r-patched-linux-x86_64 | 2.0 | 2.58 | 34.99 | 37.57 | NOTE | |
r-patched-solaris-x86 | 2.0 | 64.20 | NOTE | |||
r-release-linux-x86_64 | 2.0 | 2.27 | 34.51 | 36.78 | NOTE | |
r-release-windows-ix86+x86_64 | 2.0 | 10.00 | 69.00 | 79.00 | NOTE | |
r-release-osx-x86_64 | 2.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.0 | 6.00 | 61.00 | 67.00 | NOTE | |
r-oldrel-osx-x86_64 | 2.0 | NOTE |
Version: 2.0
Check: R code for possible problems
Result: NOTE
BOGest: no visible global function definition for 'read.table'
BOGstat: no visible global function definition for 'phyper'
BOGstat: no visible global function definition for 'wilcox.test'
BOGstat: no visible global function definition for 'p.adjust'
gseaplot: no visible global function definition for 'par'
gseaplot: no visible global function definition for 'plot'
gseaplot: no visible global function definition for 'points'
gseaplot: no visible global function definition for 'axis'
gseaplot: no visible global function definition for 'segments'
hgplot: no visible global function definition for 'par'
hgplot: no visible global function definition for 'barplot'
Undefined global functions or variables:
axis barplot p.adjust par phyper plot points read.table segments
wilcox.test
Consider adding
importFrom("graphics", "axis", "barplot", "par", "plot", "points",
"segments")
importFrom("stats", "p.adjust", "phyper", "wilcox.test")
importFrom("utils", "read.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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64