Last updated on 2022-04-25 08:51:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 3.03 | 40.81 | 43.84 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.51 | 32.00 | 34.51 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 54.50 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 45.34 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 18.00 | 61.00 | 79.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 3.75 | 40.51 | 44.26 | NOTE | |
r-release-linux-x86_64 | 1.0 | 3.31 | 40.78 | 44.09 | NOTE | |
r-release-macos-arm64 | 1.0 | 21.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 31.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 13.00 | 63.00 | 76.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 25.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 38.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 7.00 | 48.00 | 55.00 | 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'
Undefined global functions or variables:
optim par x11
Consider adding
importFrom("grDevices", "x11")
importFrom("graphics", "par")
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-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'
Undefined global functions or variables:
optim par x11
Consider adding
importFrom("grDevices", "x11")
importFrom("graphics", "par")
importFrom("stats", "optim")
to your NAMESPACE file.
Flavors: r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64