CRAN Package Check Results for Package hypr

Last updated on 2025-02-08 13:51:27 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.8 8.97 75.90 84.87 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.8 7.01 56.48 63.49 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.8 138.84 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.8 143.33 NOTE
r-devel-windows-x86_64 0.2.8 10.00 0.00 10.00 FAIL
r-patched-linux-x86_64 0.2.8 8.37 72.37 80.74 OK
r-release-linux-x86_64 0.2.8 7.69 72.20 79.89 OK
r-release-macos-arm64 0.2.8 46.00 OK
r-release-macos-x86_64 0.2.8 73.00 OK
r-release-windows-x86_64 0.2.8 10.00 88.00 98.00 OK
r-oldrel-macos-arm64 0.2.8 49.00 OK
r-oldrel-macos-x86_64 0.2.8 148.00 OK
r-oldrel-windows-x86_64 0.2.8 12.00 104.00 116.00 OK

Check Details

Version: 0.2.8
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘equations.R’ 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-windows-x86_64

Version: 0.2.8
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: > > ### ** Examples > > > h1 <- hypr(mu1~0, mu2~mu1) > h2 <- hypr(mu2~mu1, mu3~mu1) > > stopifnot(has_intercept(h1)) > stopifnot(!has_intercept(h2)) > stopifnot(which_intercept(h1) == 1) > stopifnot(is_intercept(h1) == c(TRUE,FALSE)) > > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 3.25 0.13 3.38 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