CRAN Package Check Results for Package PCA4you

Last updated on 2021-04-29 06:47:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.4 2.06 27.15 29.21 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.4 1.61 21.44 23.05 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.4 45.77 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2.4 35.02 ERROR
r-devel-windows-ix86+x86_64 1.2.4 6.00 44.00 50.00 ERROR
r-devel-windows-x86_64-gcc10-UCRT 1.2.4 ERROR
r-patched-linux-x86_64 1.2.4 2.03 26.66 28.69 ERROR
r-patched-solaris-x86 1.2.4 51.80 ERROR
r-release-linux-x86_64 1.2.4 2.06 26.21 28.27 ERROR
r-release-macos-x86_64 1.2.4 OK
r-release-windows-ix86+x86_64 1.2.4 6.00 39.00 45.00 OK
r-oldrel-macos-x86_64 1.2.4 OK
r-oldrel-windows-ix86+x86_64 1.2.4 4.00 48.00 52.00 OK

Check Details

Version: 1.2.4
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
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-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64

Version: 1.2.4
Check: examples
Result: ERROR
    Running examples in 'PCA4you-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: PCA.Plotter
    > ### Title: PCA.Plotter
    > ### Aliases: PCA.Plotter
    >
    > ### ** Examples
    >
    > set.seed(5)
    > num.of.variables <- 14
    > num.of.observations <- 34
    > rn <- rnorm(num.of.variables * num.of.observations)
    > data.mat <- matrix(rn, nrow = num.of.observations, ncol = num.of.variables)
    > PCA.Plotter(data.mat)
    Warning in min(x, na.rm = na.rm) :
     no non-missing arguments to min; returning Inf
    Warning in max(x, na.rm = na.rm) :
     no non-missing arguments to max; returning -Inf
    Warning in min(x, na.rm = na.rm) :
     no non-missing arguments to min; returning Inf
    Warning in max(x, na.rm = na.rm) :
     no non-missing arguments to max; returning -Inf
    Error in plot.window(...) : need finite 'xlim' values
    Calls: PCA.Plotter -> plot -> plot.default -> localWindow -> plot.window
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.2.4
Check: examples
Result: ERROR
    Running examples in ‘PCA4you-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: PCA.Plotter
    > ### Title: PCA.Plotter
    > ### Aliases: PCA.Plotter
    >
    > ### ** Examples
    >
    > set.seed(5)
    > num.of.variables <- 14
    > num.of.observations <- 34
    > rn <- rnorm(num.of.variables * num.of.observations)
    > data.mat <- matrix(rn, nrow = num.of.observations, ncol = num.of.variables)
    > PCA.Plotter(data.mat)
    Warning in min(x, na.rm = na.rm) :
     no non-missing arguments to min; returning Inf
    Warning in max(x, na.rm = na.rm) :
     no non-missing arguments to max; returning -Inf
    Warning in min(x, na.rm = na.rm) :
     no non-missing arguments to min; returning Inf
    Warning in max(x, na.rm = na.rm) :
     no non-missing arguments to max; returning -Inf
    Error in plot.window(...) : need finite 'xlim' values
    Calls: PCA.Plotter -> plot -> plot.default -> localWindow -> plot.window
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86