Last updated on 2019-03-14 00:46:32 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 1.92 | 29.87 | 31.79 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 1.90 | 23.20 | 25.10 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 38.00 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 36.31 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 9.00 | 55.00 | 64.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 1.09 | 26.14 | 27.23 | NOTE | |
r-patched-solaris-x86 | 1.2 | 55.10 | NOTE | |||
r-release-linux-x86_64 | NOTE | |||||
r-release-windows-ix86+x86_64 | 1.2 | 6.00 | 52.00 | 58.00 | NOTE | |
r-release-osx-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 5.00 | 56.00 | 61.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.2 | NOTE |
Version: 1.2
Check: R code for possible problems
Result: NOTE
makeAdjMatrix: no visible global function definition for 'combn'
plotPosteriorN: no visible global function definition for 'plot'
plotPosteriorN: no visible global function definition for 'title'
plotPosteriorN: no visible global function definition for 'lines'
plotPosteriorN: no visible global function definition for 'legend'
venn3: no visible global function definition for 'plot'
venn3: no visible global function definition for 'runif'
venn3: no visible global function definition for 'points'
venn3: no visible global function definition for 'lines'
venn3: no visible global function definition for 'text'
venn4: no visible global function definition for 'plot'
venn4: no visible global function definition for 'lines'
venn4: no visible global function definition for 'runif'
venn4: no visible global function definition for 'points'
Undefined global functions or variables:
combn legend lines plot points runif text title
Consider adding
importFrom("graphics", "legend", "lines", "plot", "points", "text",
"title")
importFrom("stats", "runif")
importFrom("utils", "combn")
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64