CRAN Package Check Results for Package justifier

Last updated on 2025-07-22 12:49:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.6 5.26 72.32 77.58 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.6 3.51 53.25 56.76 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.6 114.00 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.6 132.74 NOTE
r-devel-windows-x86_64 0.2.6 6.00 0.00 6.00 FAIL
r-patched-linux-x86_64 0.2.6 4.15 66.10 70.25 NOTE
r-release-linux-x86_64 0.2.6 3.79 67.11 70.90 NOTE
r-release-macos-arm64 0.2.6 47.00 NOTE
r-release-macos-x86_64 0.2.6 97.00 OK
r-release-windows-x86_64 0.2.6 7.00 86.00 93.00 NOTE
r-oldrel-macos-arm64 0.2.6 44.00 OK
r-oldrel-macos-x86_64 0.2.6 89.00 OK
r-oldrel-windows-x86_64 0.2.6 8.00 106.00 114.00 OK

Check Details

Version: 0.2.6
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: ‘export_to_json.Rd’ ‘import_from_json.Rd’ 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, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64

Version: 0.2.6
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: [2] "So is\nthis one,\nalthough\nit's a\nbit\nlonger" > cat(res, sep="\n"); This is a sentence ready for wrapping So is this one, although it's a bit longer > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 8.97 0.67 9.67 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