CRAN Package Check Results for Maintainer ‘Paul M. Hargarten <hargartenp at vcu.edu>’

Last updated on 2025-03-31 09:53:56 CEST.

Package FAIL NOTE
condTruncMVN 1 14

Package condTruncMVN

Current CRAN status: FAIL: 1, NOTE: 14

Version: 0.0.2
Check: package subdirectories
Result: NOTE Problems with news in ‘NEWS.md’: No news entries found. 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-macos-arm64, r-devel-macos-x86_64, 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.0.2
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: 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.0.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: > # Example 2: Generate two random numbers from > # X1|X2, X3, X4, X5 ~ N(1, Sigma) truncated between -10 and 10. > set.seed(2342) > rcmvtruncnorm(2, + mean = rep(1, d), + sigma = Sigma, + lower = rep(-10, d), + upper = rep(10, d), + dependent.ind = 1, + given.ind = 2:5, X.given = c(1, -1, 1, -1) + ) [1] 1.160074 1.040832 > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 1.86 0.16 2.01 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