Last updated on 2020-08-07 01:49:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.3 | 3.27 | 46.94 | 50.21 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.3.3 | 2.40 | 34.30 | 36.70 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3.3 | 67.02 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.3 | 57.95 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.3.3 | 12.00 | 58.00 | 70.00 | NOTE | |
r-patched-linux-x86_64 | 0.3.3 | 3.22 | 44.53 | 47.75 | NOTE | |
r-patched-solaris-x86 | 0.3.3 | 77.20 | NOTE | |||
r-release-linux-x86_64 | 0.3.3 | 3.14 | 45.46 | 48.60 | NOTE | |
r-release-macos-x86_64 | 0.3.3 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.3.3 | 14.00 | 74.00 | 88.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.3.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.3.3 | 6.00 | 71.00 | 77.00 | NOTE |
Version: 0.3.3
Check: R code for possible problems
Result: NOTE
generate.data: no visible global function definition for 'rbinom'
least.common.ancestor: no visible global function definition for
'na.omit'
oncotree.fit : estimate.error.rates: no visible global function
definition for 'optim'
plot.boottree: no visible global function definition for 'par'
plot.boottree: no visible global function definition for
'dev.interactive'
plot.boottree: no visible global function definition for 'mtext'
plot.oncotree: no visible global function definition for 'par'
plot.oncotree: no visible global function definition for 'xinch'
plot.oncotree: no visible global function definition for 'yinch'
plot.oncotree: no visible global function definition for 'lines'
plot.oncotree: no visible global function definition for 'rect'
plot.oncotree: no visible global function definition for 'strwidth'
plot.oncotree: no visible global function definition for 'strheight'
plot.oncotree: no visible global function definition for 'text'
Undefined global functions or variables:
dev.interactive lines mtext na.omit optim par rbinom rect strheight
strwidth text xinch yinch
Consider adding
importFrom("grDevices", "dev.interactive")
importFrom("graphics", "lines", "mtext", "par", "rect", "strheight",
"strwidth", "text", "xinch", "yinch")
importFrom("stats", "na.omit", "optim", "rbinom")
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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64