Last updated on 2020-08-07 01:49:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0 | 3.24 | 38.69 | 41.93 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0 | 2.59 | 29.30 | 31.89 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.0 | 57.58 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0 | 47.88 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.0 | 9.00 | 53.00 | 62.00 | NOTE | |
r-patched-linux-x86_64 | 2.0 | 3.24 | 37.88 | 41.12 | NOTE | |
r-patched-solaris-x86 | 2.0 | 68.70 | NOTE | |||
r-release-linux-x86_64 | 2.0 | 2.64 | 37.80 | 40.44 | NOTE | |
r-release-macos-x86_64 | 2.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 2.0 | 8.00 | 77.00 | 85.00 | NOTE | |
r-oldrel-macos-x86_64 | 2.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.0 | 5.00 | 63.00 | 68.00 | 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 '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 points read.table segments
wilcox.test
Consider adding
importFrom("graphics", "axis", "barplot", "par", "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-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
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-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64