CRAN Package Check Results for Package R.rsp

Last updated on 2024-08-24 17:48:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.46.0 11.14 145.36 156.50 OK
r-devel-linux-x86_64-debian-gcc 0.46.0 8.39 104.00 112.39 OK
r-devel-linux-x86_64-fedora-clang 0.46.0 256.36 OK
r-devel-linux-x86_64-fedora-gcc 0.46.0 270.93 OK
r-devel-windows-x86_64 0.46.0 15.00 792.00 807.00 OK
r-patched-linux-x86_64 0.46.0 14.38 139.10 153.48 OK
r-release-linux-x86_64 0.46.0 11.53 139.06 150.59 OK
r-release-macos-arm64 0.46.0 89.00 OK
r-release-macos-x86_64 0.46.0 137.00 OK
r-release-windows-x86_64 0.46.0 16.00 0.00 16.00 FAIL
r-oldrel-macos-arm64 0.46.0 95.00 OK
r-oldrel-macos-x86_64 0.46.0 188.00 OK
r-oldrel-windows-x86_64 0.46.0 16.00 586.00 602.00 OK

Check Details

Version: 0.46.0
Check: tests
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 <- rstring("A random integer in [1,100]: <%=sample(1:100, size=1)%>\n") > cat(x) A random integer in [1,100]: 68 > > # Passing arguments > x <- rstring("A random integer in [1,<%=K%>]: <%=sample(1:K, size=1)%>\n", args=list(K=50)) > cat(x) A random integer in [1,50]: 39 > > > > ### * <FOOTER> > ### > cleanEx() detaching 'package:R.oo', 'package:R.methodsS3' > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 42.08 426.25 482.52 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