Last updated on 2019-04-13 01:58:13 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.85 | 25.83 | 28.68 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.44 | 21.21 | 23.65 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 35.34 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 32.90 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 8.00 | 50.00 | 58.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.21 | 25.88 | 28.09 | NOTE | |
r-patched-solaris-x86 | 1.0 | 52.50 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.03 | 24.25 | 26.28 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 4.00 | 34.00 | 38.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 3.00 | 33.00 | 36.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
Found an obsolete/platform-specific call in the following function:
'comp.freq'
Found the platform-specific device:
'x11'
dev.new() is the preferred way to open a new device, in the unlikely
event one is needed.
MLparameters: no visible global function definition for 'optim'
comp.freq: no visible global function definition for 'x11'
comp.freq: no visible global function definition for 'par'
comp.freq: no visible global function definition for 'plot'
Undefined global functions or variables:
optim par plot x11
Consider adding
importFrom("grDevices", "x11")
importFrom("graphics", "par", "plot")
importFrom("stats", "optim")
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
Version: 1.0
Check: Rd line widths
Result: NOTE
Rd file 'oncomodel-package.Rd':
\examples lines wider than 100 characters:
#plot.phylog(y.phyl, cnodes =1, clabel.n=0.6, f=0.75, sub="Oncogenetic tree of given aberrations")
These lines will be truncated in the PDF manual.
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-release-linux-x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
MLparameters: no visible global function definition for 'optim'
comp.freq: no visible global function definition for 'x11'
comp.freq: no visible global function definition for 'par'
comp.freq: no visible global function definition for 'plot'
Undefined global functions or variables:
optim par plot x11
Consider adding
importFrom("grDevices", "x11")
importFrom("graphics", "par", "plot")
importFrom("stats", "optim")
to your NAMESPACE file.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64