CRAN Package Check Results for Package exams.forge

Last updated on 2024-09-27 02:48:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.10 18.69 115.87 134.56 OK
r-devel-linux-x86_64-debian-gcc 1.0.10 11.90 79.34 91.24 OK
r-devel-linux-x86_64-fedora-clang 1.0.10 224.73 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.10 225.88 NOTE
r-devel-windows-x86_64 1.0.10 22.00 227.00 249.00 OK
r-patched-linux-x86_64 1.0.10 18.00 110.71 128.71 OK
r-release-linux-x86_64 1.0.10 16.18 110.00 126.18 OK
r-release-macos-arm64 1.0.10 77.00 OK
r-release-macos-x86_64 1.0.10 195.00 OK
r-release-windows-x86_64 1.0.10 19.00 0.00 19.00 FAIL
r-oldrel-macos-arm64 1.0.10 90.00 OK
r-oldrel-macos-x86_64 1.0.10 142.00 OK
r-oldrel-windows-x86_64 1.0.10 26.00 191.00 217.00 OK

Check Details

Version: 1.0.10
Check: data for non-ASCII characters
Result: NOTE Note: found 12 marked UTF-8 strings Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.10
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: > > x <- runif(5) > vec2mat(x) [,1] [,2] [,3] [,4] [,5] [1,] 0.2655087 0.3721239 0.5728534 0.9082078 0.2016819 > vec2mat(x, horizontal=FALSE) [,1] [1,] 0.2655087 [2,] 0.3721239 [3,] 0.5728534 [4,] 0.9082078 [5,] 0.2016819 > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 10.64 0.36 11.11 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