CRAN Package Check Results for Package WikidataQueryServiceR

Last updated on 2026-01-10 03:51:16 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 1.89 25.62 27.51 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 1.20 19.58 20.78 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0 38.53 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 36.19 OK
r-devel-windows-x86_64 1.0.0 4.00 46.00 50.00 OK
r-patched-linux-x86_64 1.0.0 1.98 21.39 23.37 OK
r-release-linux-x86_64 1.0.0 1.52 21.32 22.84 OK
r-release-macos-arm64 1.0.0 OK
r-release-macos-x86_64 1.0.0 1.00 34.00 35.00 OK
r-release-windows-x86_64 1.0.0 4.00 44.00 48.00 OK
r-oldrel-macos-arm64 1.0.0 NOTE
r-oldrel-macos-x86_64 1.0.0 2.00 27.00 29.00 NOTE
r-oldrel-windows-x86_64 1.0.0 4.00 50.00 54.00 NOTE

Additional issues

noLD

Check Details

Version: 1.0.0
Check: examples
Result: ERROR Running examples in ‘WikidataQueryServiceR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: query_wikidata > ### Title: Send one or more SPARQL queries to WDQS > ### Aliases: query_wikidata > > ### ** Examples > > sparql_query <- "SELECT + ?softwareVersion ?publicationDate + WHERE { + BIND(wd:Q206904 AS ?R) + ?R p:P348 [ + ps:P348 ?softwareVersion; + pq:P577 ?publicationDate + ] . + }" > query_wikidata(sparql_query) Error in FUN(X[[i]], ...) : Service Unavailable (HTTP 503). Calls: query_wikidata -> lapply -> FUN -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(WikidataQueryServiceR) See ?WDQS for resources on Wikidata Query Service and SPARQL > > test_check("WikidataQueryServiceR") Saving _problems/test-query-14.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-query.R:14:3'): (code run outside of `test_that()`) ──────────── <http_503/http_500/http_error/error/condition> Error in `FUN(X[[i]], ...)`: Service Unavailable (HTTP 503). Backtrace: ▆ 1. ├─base::suppressMessages(...) at test-query.R:13:1 2. │ └─base::withCallingHandlers(...) 3. └─WikidataQueryServiceR::query_wikidata(query, format = "simple") at test-query.R:14:3 4. └─base::lapply(...) 5. └─WikidataQueryServiceR (local) FUN(X[[i]], ...) 6. └─httr::stop_for_status(response) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.0
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64