CRAN Package Check Results for Package Monte.Carlo.se

Last updated on 2025-03-13 15:51:25 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 1.80 24.57 26.37 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 1.49 19.73 21.22 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 43.82 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 57.13 OK
r-devel-macos-arm64 0.1.1 31.00 OK
r-devel-macos-x86_64 0.1.1 47.00 OK
r-devel-windows-x86_64 0.1.1 4.00 0.00 4.00 FAIL
r-patched-linux-x86_64 0.1.1 OK
r-release-linux-x86_64 0.1.1 1.59 23.92 25.51 OK
r-release-macos-arm64 0.1.1 29.00 OK
r-release-macos-x86_64 0.1.1 39.00 OK
r-release-windows-x86_64 0.1.1 3.00 52.00 55.00 OK
r-oldrel-macos-arm64 0.1.1 OK
r-oldrel-macos-x86_64 0.1.1 40.00 OK
r-oldrel-windows-x86_64 0.1.1 3.00 54.00 57.00 OK

Check Details

Version: 0.1.1
Check: re-building of vignette outputs
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: > ### ** Examples > > N<-100 > set.seed(346) # sets the random number seed > sim.samp(N,15,rnorm)->z # 100 N(0,1) samples of size n=15 > sim.samp(N,40,rnorm,mean=10,sd=5)->z # 100 N(10,25) samples of size n=40 > > # Function Code > > sim.samp <- function(nrep,n,DIST,...){ + data <- matrix(DIST(n * nrep, ...), ncol = n, nrow = nrep)} > > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 0.31 0.02 0.33 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-devel-windows-x86_64