Last updated on 2020-08-07 01:50:31 CEST.
Package | NOTE |
---|---|
gPCA | 12 |
Current CRAN status:
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