CRAN Package Check Results for Maintainer ‘David Degras <ddegrasv at gmail.com>’

Last updated on 2025-02-16 10:51:12 CET.

Package FAIL OK
onlinePCA 1 14
SCBmeanfd 15

Package onlinePCA

Current CRAN status: FAIL: 1, OK: 14

Version: 1.3.2
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > x <- matrix(runif(n*d), n, d) > > ## Direct computation > xbar1 <- colMeans(x) > > ## Recursive computation > xbar2 <- colMeans(x[1:n0,]) > xbar2 <- updateMean(xbar2, x[(n0+1):n,], n0) > > ## Check equality > all.equal(xbar1, xbar2) [1] TRUE > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 5.64 0.17 5.81 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-release-windows-x86_64

Package SCBmeanfd

Current CRAN status: OK: 15

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.