CRAN Package Check Results for Package gPCA

Last updated on 2020-08-07 01:49:45 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 2.32 50.13 52.45 NOTE
r-devel-linux-x86_64-debian-gcc 1.0 2.01 39.11 41.12 NOTE
r-devel-linux-x86_64-fedora-clang 1.0 71.56 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0 62.45 NOTE
r-devel-windows-ix86+x86_64 1.0 7.00 62.00 69.00 NOTE
r-patched-linux-x86_64 1.0 2.60 49.61 52.21 NOTE
r-patched-solaris-x86 1.0 134.20 NOTE
r-release-linux-x86_64 1.0 2.47 49.22 51.69 NOTE
r-release-macos-x86_64 1.0 NOTE
r-release-windows-ix86+x86_64 1.0 5.00 60.00 65.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

Check Details

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