Last updated on 2020-08-07 01:49:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 3.03 | 32.21 | 35.24 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 1.97 | 23.98 | 25.95 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 49.18 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 39.34 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 7.00 | 45.00 | 52.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 2.71 | 31.71 | 34.42 | NOTE | |
r-patched-solaris-x86 | 1.2 | 59.40 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 2.69 | 31.78 | 34.47 | NOTE | |
r-release-macos-x86_64 | 1.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2 | 7.00 | 67.00 | 74.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 5.00 | 57.00 | 62.00 | 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 'title'
plotPosteriorN: no visible global function definition for 'lines'
plotPosteriorN: no visible global function definition for 'legend'
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 '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 points runif text title
Consider adding
importFrom("graphics", "legend", "lines", "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-macos-x86_64, r-release-windows-ix86+x86_64
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-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64