Last updated on 2020-10-28 18:50:01 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.63 | 51.60 | 54.23 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.90 | 39.32 | 41.22 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 74.08 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 64.94 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 5.00 | 72.00 | 77.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | NOTE | ||||
r-patched-solaris-x86 | 1.0 | 127.80 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.90 | 49.42 | 52.32 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 4.00 | 54.00 | 58.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 76.00 | 81.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
CumulativeVarPlot: no visible global function definition for 'axis'
PCplot: no visible global function definition for 'par'
PCplot: no visible global function definition for 'rainbow'
PCplot: no visible global function definition for 'density'
gDist: no visible global function definition for 'density'
gDist: no visible global function definition for 'abline'
gPCA.batchdetect: no visible global function definition for 'var'
Undefined global functions or variables:
abline axis density par rainbow var
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "abline", "axis", "par")
importFrom("stats", "density", "var")
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.0
Check: files in ‘vignettes’
Result: NOTE
The following files are already in R: 'Sweave.sty'
Please remove them from your package.
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
Version: 1.0
Check: R code for possible problems
Result: NOTE
CumulativeVarPlot: no visible global function definition for ‘plot’
CumulativeVarPlot: no visible global function definition for ‘axis’
PCplot: no visible global function definition for ‘par’
PCplot: no visible global function definition for ‘plot’
PCplot: no visible global function definition for ‘rainbow’
PCplot: no visible global function definition for ‘density’
gDist: no visible global function definition for ‘plot’
gDist: no visible global function definition for ‘density’
gDist: no visible global function definition for ‘abline’
gPCA.batchdetect: no visible global function definition for ‘var’
Undefined global functions or variables:
abline axis density par plot rainbow var
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "abline", "axis", "par", "plot")
importFrom("stats", "density", "var")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64