CRAN Package Check Results for Maintainer ‘Mikhail Popov <mikhail at wikimedia.org>’

Last updated on 2026-01-13 04:50:51 CET.

Package ERROR NOTE OK
WikidataQueryServiceR 2 2 9

Package WikidataQueryServiceR

Current CRAN status: ERROR: 2, NOTE: 2, OK: 9

Additional issues

noLD

Version: 1.0.0
Check: examples
Result: ERROR Running examples in 'WikidataQueryServiceR-Ex.R' failed The error most likely occurred in: > ### 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]], ...) : Gateway Timeout (HTTP 504). Calls: query_wikidata -> lapply -> FUN -> <Anonymous> Execution halted Flavor: r-devel-windows-x86_64

Version: 1.0.0
Check: tests
Result: ERROR Running 'testthat.R' [3s] 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-windows-x86_64

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

Version: 1.0.0
Check: examples
Result: ERROR Running examples in 'WikidataQueryServiceR-Ex.R' failed The error most likely occurred in: > ### 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-oldrel-windows-x86_64

Version: 1.0.0
Check: tests
Result: ERROR Running 'testthat.R' [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-oldrel-windows-x86_64