CRAN Package Check Results for Package DOT

Last updated on 2024-11-13 11:49:28 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1 2.42 26.24 28.66 NOTE
r-devel-linux-x86_64-debian-gcc 0.1 2.14 21.52 23.66 NOTE
r-devel-linux-x86_64-fedora-clang 0.1 44.22 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1 42.57 NOTE
r-devel-windows-x86_64 0.1 5.00 0.00 5.00 FAIL
r-patched-linux-x86_64 0.1 2.57 24.75 27.32 NOTE
r-release-linux-x86_64 0.1 2.45 25.13 27.58 NOTE
r-release-macos-arm64 0.1 19.00 OK
r-release-macos-x86_64 0.1 30.00 OK
r-release-windows-x86_64 0.1 4.00 50.00 54.00 OK
r-oldrel-macos-arm64 0.1 19.00 OK
r-oldrel-macos-x86_64 0.1 27.00 OK
r-oldrel-windows-x86_64 0.1 4.00 52.00 56.00 OK

Check Details

Version: 0.1
Check: for non-standard things in the check directory
Result: NOTE Found the following files/directories: ‘myfile.ps’ ‘myfile.svg’ 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-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1
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 ``` > ## End(Not run) > > > #create a DOT graph and export a SVG file to the working directory > dot("digraph {A -> B; B -> C; B -> D;}", file = "myfile.svg") > > #export the example above in PostScript format > dot("digraph {A -> B; B -> C; B -> D;}", file = "myfile.ps") > > #create a DOT graph and save the script in a string object in R > myString <- dot("digraph {A -> B;}", return = "verbatim") > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 1.34 0.27 1.49 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