CRAN Package Check Results for Package ruv

Last updated on 2025-04-19 09:49:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.7.1 9.76 58.40 68.16 NOTE
r-devel-linux-x86_64-debian-gcc 0.9.7.1 6.82 40.79 47.61 NOTE
r-devel-linux-x86_64-fedora-clang 0.9.7.1 111.45 NOTE
r-devel-linux-x86_64-fedora-gcc 0.9.7.1 99.62 NOTE
r-devel-windows-x86_64 0.9.7.1 14.00 80.00 94.00 NOTE
r-patched-linux-x86_64 0.9.7.1 9.49 53.96 63.45 NOTE
r-release-linux-x86_64 0.9.7.1 9.40 54.25 63.65 NOTE
r-release-macos-arm64 0.9.7.1 32.00 NOTE
r-release-macos-x86_64 0.9.7.1 56.00 NOTE
r-release-windows-x86_64 0.9.7.1 16.00 0.00 16.00 FAIL
r-oldrel-macos-arm64 0.9.7.1 32.00 NOTE
r-oldrel-macos-x86_64 0.9.7.1 47.00 NOTE
r-oldrel-windows-x86_64 0.9.7.1 17.00 83.00 100.00 NOTE

Check Details

Version: 0.9.7.1
Check: Rd files
Result: NOTE checkRd: (-1) RUVIII.Rd:51: Lost braces 51 | If code{return.info} is \code{TRUE}, a list is returned that contains: | ^ 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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.9.7.1
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: > beta = matrix(rnorm(p*n), p, n) > beta[,ctl] = 0 > W = matrix(rnorm(m*k),m,k) > alpha = matrix(rnorm(k*n),k,n) > epsilon = matrix(rnorm(m*n),m,n) > Y = X%*%beta + W%*%alpha + epsilon > > ## Run RUV-inv > fit = RUVinv(Y, X, ctl) > > ## Get adjusted variances and p-values > fit = variance_adjust(fit) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 4.01 0.69 4.7 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