Last updated on 2025-09-25 19:52:12 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3.3 | 6.58 | 55.90 | 62.48 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.3.3 | 4.67 | 41.63 | 46.30 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.3.3 | 97.08 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.3.3 | 93.58 | NOTE | |||
r-devel-windows-x86_64 | 2.3.3 | 9.00 | 84.00 | 93.00 | NOTE | |
r-patched-linux-x86_64 | 2.3.3 | 6.56 | 48.11 | 54.67 | ERROR | |
r-release-linux-x86_64 | 2.3.3 | 6.33 | 51.48 | 57.81 | NOTE | |
r-release-macos-arm64 | 2.3.3 | 53.00 | NOTE | |||
r-release-macos-x86_64 | 2.3.3 | 79.00 | NOTE | |||
r-release-windows-x86_64 | 2.3.3 | 8.00 | 85.00 | 93.00 | NOTE | |
r-oldrel-macos-arm64 | 2.3.3 | 53.00 | NOTE | |||
r-oldrel-macos-x86_64 | 2.3.3 | 69.00 | NOTE | |||
r-oldrel-windows-x86_64 | 2.3.3 | 14.00 | 92.00 | 106.00 | ERROR |
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-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 2.3.3
Check: examples
Result: ERROR
Running examples in ‘WikidataR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: as_qid
> ### Title: Convert an input to a item QID
> ### Aliases: as_qid
>
> ### ** Examples
>
> # if input string is a valid QID
> as_qid("Q42")
# A tibble: 1 × 1
x
<chr>
1 Q42
> # if input string matches multiple item labels
> as_qid("Douglas Adams")
Error in WikipediR::query(url = "https://www.wikidata.org/w/api.php", :
The API returned an error: cirrussearch-too-busy-error - Search is currently too busy. Please try again later.
Calls: as_qid ... lapply -> FUN -> find_item -> searcher -> <Anonymous>
Execution halted
Flavor: r-patched-linux-x86_64
Version: 2.3.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/13s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(WikidataR)
>
> test_check("WikidataR")
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_search.R:4:16'): 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:4: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", "en") at test_search.R:4:16
5. └─WikidataR::searcher(search_term, language, limit, "item")
6. └─WikipediR::query(...)
── 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(...)
── Error ('test_search.R:12:16'): Property 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:12:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─WikidataR::find_property("Music", "en") at test_search.R:12:16
5. └─WikidataR::searcher(search_term, language, limit, "property")
6. └─WikipediR::query(...)
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 2.3.3
Check: examples
Result: ERROR
Running examples in 'WikidataR-Ex.R' failed
The error most likely occurred in:
> ### Name: as_pid
> ### Title: Convert an input to a property PID
> ### Aliases: as_pid
>
> ### ** Examples
>
> # if input string is a valid PID
> as_pid("P50")
# A tibble: 1 × 1
x
<chr>
1 P50
> # if input string matches multiple item labels
> as_pid("author")
# A tibble: 1 × 1
x
<chr>
1 P50
> # if input string matches a single unique label
> as_pid("Scopus author ID")
Error in WikipediR::query(url = "https://www.wikidata.org/w/api.php", :
The API returned an error: cirrussearch-too-busy-error - Search is currently too busy. Please try again later.
Calls: as_pid ... lapply -> FUN -> find_property -> searcher -> <Anonymous>
Execution halted
Flavor: r-oldrel-windows-x86_64