Last updated on 2025-10-03 02:51:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.1 | 2.89 | 34.11 | 37.00 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.1 | 2.22 | 26.45 | 28.67 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.0.1 | 55.85 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.1 | 48.77 | OK | |||
r-devel-windows-x86_64 | 2.0.1 | 7.00 | 72.00 | 79.00 | OK | |
r-patched-linux-x86_64 | 2.0.1 | 3.64 | 31.10 | 34.74 | OK | |
r-release-linux-x86_64 | 2.0.1 | 3.20 | 30.73 | 33.93 | OK | |
r-release-macos-arm64 | 2.0.1 | 25.00 | OK | |||
r-release-macos-x86_64 | 2.0.1 | 39.00 | OK | |||
r-release-windows-x86_64 | 2.0.1 | 6.00 | 63.00 | 69.00 | OK | |
r-oldrel-macos-arm64 | 2.0.1 | 28.00 | OK | |||
r-oldrel-macos-x86_64 | 2.0.1 | 52.00 | OK | |||
r-oldrel-windows-x86_64 | 2.0.1 | 6.00 | 66.00 | 72.00 | OK |
Version: 2.0.1
Check: examples
Result: ERROR
Running examples in ‘openalexR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: show_works
> ### Title: Simplify the OpenAlex works result
> ### Aliases: show_works
>
> ### ** Examples
>
>
> show_works(oa_fetch(
+ identifier = c("W2741809807", "W2755950973"),
+ verbose = TRUE
+ ))
Requesting url: https://api.openalex.org/works?filter=openalex%3AW2741809807%7CW2755950973
HTTP status 429 Too Many Requests
Error in x[, simp_cols] : incorrect number of dimensions
Calls: show_works -> simp_func
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(openalexR)
openalexR v2.0.0 introduces breaking changes.
See NEWS.md for details.
To suppress this message, add `openalexR.message = suppressed` to your .Renviron file.
>
> test_check("openalexR")
HTTP status 429 Too Many Requests
HTTP status 429 Too Many Requests
Identifier is missing, please specify filter or search argument.
[ FAIL 3 | WARN 0 | SKIP 32 | PASS 20 ]
══ Skipped tests (32) ══════════════════════════════════════════════════════════
• On CRAN (31): 'test-coro.R:3:3', 'test-coverage.R:2:3',
'test-oa2bibliometrix.R:2:3', 'test-oa2df.R:2:3', 'test-oa_fetch.R:2:3',
'test-oa_fetch.R:14:3', 'test-oa_fetch.R:25:3', 'test-oa_fetch.R:36:3',
'test-oa_fetch.R:68:3', 'test-oa_fetch.R:85:3', 'test-oa_fetch.R:105:3',
'test-oa_fetch.R:112:3', 'test-oa_fetch.R:131:3', 'test-oa_fetch.R:138:3',
'test-oa_fetch.R:160:3', 'test-oa_fetch.R:227:3', 'test-oa_fetch.R:291:3',
'test-oa_fetch.R:300:3', 'test-oa_fetch.R:319:3', 'test-oa_fetch.R:333:3',
'test-oa_fetch.R:342:3', 'test-oa_fetch.R:351:3', 'test-oa_fetch.R:360:3',
'test-oa_fetch.R:388:3', 'test-oa_fetch.R:463:3', 'test-oa_snowball.R:2:3',
'test-oa_snowball.R:30:3', 'test-oa_snowball.R:40:3',
'test-oa_snowball.R:57:3', 'test-simplify.R:2:3', 'test-simplify.R:13:3'
• Skipping (1): 'test-oa_ngrams.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-group_by.R:18:3'): group_by works ────────────────────────────
`g2` is not an S3 object
── Failure ('test-group_by.R:19:3'): group_by works ────────────────────────────
nrow(g2) (`actual`) not equal to 2 (`expected`).
`actual` is NULL
`expected` is a double vector (2)
── Failure ('test-group_by.R:20:3'): group_by works ────────────────────────────
colnames(g2) (`actual`) not equal to c("key", "key_display_name", "count") (`expected`).
`actual` is NULL
`expected` is a character vector ('key', 'key_display_name', 'count')
[ FAIL 3 | WARN 0 | SKIP 32 | PASS 20 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc