R Under development (unstable) (2025-07-07 r88391 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(SPARQLchunks) Run `knitr::knit_engines$set(sparql = SPARQLchunks::eng_sparql)` in your Rmd setup chunk to be able to execute SPARQL chunks. > > test_check("SPARQLchunks") Preparing to send query to: https://lindas.admin.ch/query SPARQL string: PREFIX schema: SELECT * WHERE { ?sub a schema:DataCatalog . ?subtype a schema:DataType . } Query URL: https://lindas.admin.ch/query?query=PREFIX%20schema%3A%20%3Chttp%3A%2F%2Fschema.org%2F%3E%0A%09%20%20%20SELECT%20%2A%20WHERE%20%7B%0A%09%20%20%20%3Fsub%20a%20schema%3ADataCatalog%20.%0A%09%20%20%20%3Fsubtype%20a%20schema%3ADataType%20.%0A%09%7D Trying to determine proxy parameters No proxy found, nor needed, to access the endpoint https://lindas.admin.ch/query Preparing to send query to: https://lindas.admin.ch/query SPARQL string: PREFIX schema: SELECT * WHERE { ?sub a schema:DataCatalog . ?subtype a schema:DataType . } Query URL: https://lindas.admin.ch/query?query=PREFIX%20schema%3A%20%3Chttp%3A%2F%2Fschema.org%2F%3E%0A%09%20%20%20SELECT%20%2A%20WHERE%20%7B%0A%09%20%20%20%3Fsub%20a%20schema%3ADataCatalog%20.%0A%09%20%20%20%3Fsubtype%20a%20schema%3ADataType%20.%0A%09%7D [ FAIL 0 | WARN 0 | SKIP 4 | PASS 2 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-autoproxyconfig.R:2:1', 'test-eng_sparql.R:2:1', 'test-get_outcontent.R:2:1', 'test-sparql2list.R:2:1' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 2 ] > > proc.time() user system elapsed 0.57 0.09 0.75