CRAN Package Check Results for Package tidymv

Last updated on 2024-09-13 00:50:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.4.2 6.71 101.60 108.31 OK
r-devel-linux-x86_64-debian-gcc 3.4.2 5.57 75.80 81.37 OK
r-devel-linux-x86_64-fedora-clang 3.4.2 175.40 OK
r-devel-linux-x86_64-fedora-gcc 3.4.2 181.64 OK
r-devel-windows-x86_64 3.4.2 9.00 106.00 115.00 OK
r-patched-linux-x86_64 3.4.2 7.47 97.27 104.74 OK
r-release-linux-x86_64 3.4.2 7.84 97.78 105.62 OK
r-release-macos-arm64 3.4.2 53.00 OK
r-release-macos-x86_64 3.4.2 100.00 OK
r-release-windows-x86_64 3.4.2 10.00 0.00 10.00 FAIL
r-oldrel-macos-arm64 3.4.2 49.00 OK
r-oldrel-macos-x86_64 3.4.2 125.00 OK
r-oldrel-windows-x86_64 3.4.2 11.00 122.00 133.00 OK

Check Details

Version: 3.4.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: > ##D # get predictions > ##D p <- predict_gam(model) > ##D > ##D # get predictions excluding x0 (the coefficient of x0 is set to 0); > ##D # setting the value for the excluded term to NULL with the argument 'values' > ##D # reduces computation time > ##D p_2 <- predict_gam(model, exclude_terms = "s(x0)", values = list(x0 = NULL)) > ##D > ##D # get predictions with chosen values of x0 > ##D > ##D p_3 <- predict_gam(model, values = list(x0 = c(0.250599, 0.503313, 0.756028))) > ## End(Not run) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 5.54 0.34 5.91 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