CRAN Package Check Results for Maintainer ‘Thomas Shafee <T.Shafee at latrobe.edu.au>’

Last updated on 2024-05-02 04:01:18 CEST.

Package ERROR NOTE OK
WikidataR 1 8 3

Package WikidataR

Current CRAN status: ERROR: 1, NOTE: 8, OK: 3

Additional issues

donttest

Version: 2.3.3
Check: Rd files
Result: NOTE checkRd: (-1) get_geo_box.Rd:37-38: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) get_geo_box.Rd:39-40: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) get_geo_box.Rd:41: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) get_geo_box.Rd:42: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) get_geo_box.Rd:43-44: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) get_geo_entity.Rd:27-28: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) get_geo_entity.Rd:29-30: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) get_geo_entity.Rd:31: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) get_geo_entity.Rd:32: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) get_geo_entity.Rd:33-34: Lost braces in \itemize; \value handles \item{}{} directly Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64

Version: 2.3.3
Check: tests
Result: ERROR Running 'testthat.R' [8s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(WikidataR) > > test_check("WikidataR") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 9 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_search.R:8:16'): Non-English-language search works ───────────── Error in `WikipediR::query(url = "https://www.wikidata.org/w/api.php", out_class = "list", clean_response = FALSE, query_param = list(action = "wbsearchentities", type = type, language = language, limit = limit, search = search_term), ...)`: The API returned an error: cirrussearch-too-busy-error - Search is currently too busy. Please try again later. Backtrace: ▆ 1. ├─testthat::expect_true(...) at test_search.R:8:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─WikidataR::find_item("Wonder Girls", "es") at test_search.R:8:16 5. └─WikidataR::searcher(search_term, language, limit, "item") 6. └─WikipediR::query(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 9 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64