R Under development (unstable) (2023-12-18 r85702 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(rdflib) > > test_check("rdflib") librdf error - XML parser error: Extra content at the end of the document [ FAIL 0 | WARN 0 | SKIP 14 | PASS 45 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • No test for SPARQL CONSTRUCT (1): 'test-rdf_query.R:8:3' • On CRAN (12): 'test-parse-serialize.R:48:3', 'test-parse-serialize.R:142:5', 'test-parse-serialize.R:158:5', 'test-parse-serialize.R:173:5', 'test-parse-serialize.R:217:3', 'test-rdf.R:42:3', 'test-rdf_add.R:5:3', 'test-rdf_storage.R:4:3', 'test-rdf_storage.R:22:3', 'test-rdf_storage.R:43:3', 'test-rdf_storage.R:65:3', 'test-rdf_storage.R:88:3' • rdf_has_bdb() is not TRUE (1): 'test-rdf_storage.R:99:3' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 45 ] > > proc.time() user system elapsed 1.68 0.37 2.01