CRAN Package Check Results for Package rdflib

Last updated on 2025-07-05 16:48:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.9 6.16 59.21 65.37 OK
r-devel-linux-x86_64-debian-gcc 0.2.9 4.31 43.53 47.84 OK
r-devel-linux-x86_64-fedora-clang 0.2.9 96.72 OK
r-devel-linux-x86_64-fedora-gcc 0.2.9 105.51 OK
r-devel-windows-x86_64 0.2.9 7.00 70.00 77.00 OK
r-patched-linux-x86_64 0.2.9 5.97 53.57 59.54 OK
r-release-linux-x86_64 0.2.9 6.10 53.61 59.71 OK
r-release-macos-arm64 0.2.9 37.00 OK
r-release-macos-x86_64 0.2.9 67.00 OK
r-release-windows-x86_64 0.2.9 8.00 0.00 8.00 FAIL
r-oldrel-macos-arm64 0.2.9 41.00 OK
r-oldrel-macos-x86_64 0.2.9 86.00 OK
r-oldrel-windows-x86_64 0.2.9 10.00 84.00 94.00 OK

Check Details

Version: 0.2.9
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: > > tmp <- tempfile(fileext = ".nq") > library(datasets) > > ## convert data.frame to nquads > write_nquads(iris, tmp) Warning in poor_mans_nquads(df, file, ...) : prefix not declared, using df: > rdf <- read_nquads(tmp) > > ## or starting a native rdf object > write_nquads(rdf, tempfile(fileext = ".nq")) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 2.58 0.32 2.89 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