Last updated on 2026-02-02 08:49:19 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.6 | 6.53 | 79.61 | 86.14 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.6 | 4.68 | 53.10 | 57.78 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.6 | 11.00 | 128.99 | 139.99 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.6 | 10.00 | 118.47 | 128.47 | OK | |
| r-devel-windows-x86_64 | 1.0.6 | 9.00 | 231.00 | 240.00 | OK | |
| r-patched-linux-x86_64 | 1.0.6 | 5.93 | 69.29 | 75.22 | OK | |
| r-release-linux-x86_64 | 1.0.6 | 5.55 | 70.23 | 75.78 | OK | |
| r-release-macos-arm64 | 1.0.6 | OK | ||||
| r-release-macos-x86_64 | 1.0.6 | 5.00 | 259.00 | 264.00 | OK | |
| r-release-windows-x86_64 | 1.0.6 | 8.00 | 230.00 | 238.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.6 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.6 | 5.00 | 300.00 | 305.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.6 | 11.00 | 242.00 | 253.00 | OK |
Version: 1.0.6
Check: examples
Result: ERROR
Running examples in ‘rdracor-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_dracor_meta
> ### Title: Retrieve information on available corpora
> ### Aliases: get_dracor_meta summary.dracor_meta plot.dracor_meta
>
> ### ** Examples
>
> corpora_meta <- get_dracor_meta()
Error in dracor_error(resp) :
Status code - 504: Internal Dracor server problem
Calls: get_dracor_meta ... dracor_meta -> type.convert -> dracor_api -> dracor_error
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
get_character_plays 0.055 0 6.525
dracor_api_info 0.026 0 13.378
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [17s/552s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rdracor)
>
> test_check("rdracor")
DraCor API URL: https://dracor.org/api/v1
openapi: https://dracor.org/api/v1/openapi.yaml
existdb: 6.4.0
version: 1.1.6
name: DraCor API v1
base: https://dracor.org/api/v1
status: stableSaving _problems/test-dracor-2.R
Saving _problems/test-dracor-11.R
Saving _problems/test-dracor-15.R
Saving _problems/test-dracor-35.R
Saving _problems/test-dracor_meta-2.R
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 35 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-dracor.R:2:3'): Cal corpus is S3 class 'dracor' ────────────────
Error in `dracor_error(resp)`: Status code - 504: Internal Dracor server problem
Backtrace:
▆
1. ├─testthat::expect_s3_class(get_dracor("cal"), "dracor") at test-dracor.R:2:3
2. │ └─testthat::quasi_label(enquo(object))
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─rdracor::get_dracor("cal")
5. └─rdracor:::get_available_corpus_names()
6. └─rdracor::get_dracor_meta()
7. ├─rdracor:::dracor_meta(...)
8. │ └─utils::type.convert(...)
9. └─rdracor::dracor_api(...)
10. └─rdracor:::dracor_error(resp)
── Error ('test-dracor.R:11:3'): several corpora are downloaded via get_dracor() if character vector
is provided ──
Error in `dracor_error(resp)`: Status code - 504: Internal Dracor server problem
Backtrace:
▆
1. ├─testthat::expect_s3_class(get_dracor(c("tat", "span")), "tbl_df") at test-dracor.R:11:3
2. │ └─testthat::quasi_label(enquo(object))
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─rdracor::get_dracor(c("tat", "span"))
5. └─rdracor:::get_available_corpus_names()
6. └─rdracor::get_dracor_meta()
7. ├─rdracor:::dracor_meta(...)
8. │ └─utils::type.convert(...)
9. └─rdracor::dracor_api(...)
10. └─rdracor:::dracor_error(resp)
── Error ('test-dracor.R:15:3'): is.dracor() works for 'dracor' object ─────────
Error in `dracor_error(resp)`: Status code - 504: Internal Dracor server problem
Backtrace:
▆
1. ├─testthat::expect_true(is.dracor(get_dracor("cal"))) at test-dracor.R:15:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─rdracor:::is.dracor(get_dracor("cal"))
5. └─rdracor::get_dracor("cal")
6. └─rdracor:::get_available_corpus_names()
7. └─rdracor::get_dracor_meta()
8. ├─rdracor:::dracor_meta(...)
9. │ └─utils::type.convert(...)
10. └─rdracor::dracor_api(...)
11. └─rdracor:::dracor_error(resp)
── Error ('test-dracor.R:25:5'): summary() work for 'dracor' object if there is no info on some years ──
Error in `dracor_error(resp)`: Status code - 504: Internal Dracor server problem
Backtrace:
▆
1. ├─testthat::expect_true(...) at test-dracor.R:25:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::nchar(capture.output(summary(get_dracor("tat"))))
5. ├─utils::capture.output(summary(get_dracor("tat")))
6. │ └─base::withVisible(...elt(i))
7. ├─base::summary(get_dracor("tat"))
8. └─rdracor::get_dracor("tat")
9. └─rdracor:::get_available_corpus_names()
10. └─rdracor::get_dracor_meta()
11. ├─rdracor:::dracor_meta(...)
12. │ └─utils::type.convert(...)
13. └─rdracor::dracor_api(...)
14. └─rdracor:::dracor_error(resp)
── Error ('test-dracor.R:35:5'): Written year with format 'YYYY/YYYY' is processed as integer in column
yearWrittenFinish ──
Error in `dracor_error(resp)`: Status code - 504: Internal Dracor server problem
Backtrace:
▆
1. ├─testthat::expect_is(get_dracor("rus")$yearWrittenFinish, "integer") at test-dracor.R:35:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─rdracor::get_dracor("rus")
5. └─rdracor:::get_available_corpus_names()
6. └─rdracor::get_dracor_meta()
7. ├─rdracor:::dracor_meta(...)
8. │ └─utils::type.convert(...)
9. └─rdracor::dracor_api(...)
10. └─rdracor:::dracor_error(resp)
── Error ('test-dracor_meta.R:2:3'): get_dracor_meta() returns dracor_meta object ──
Error in `dracor_error(resp)`: Status code - 504: Internal Dracor server problem
Backtrace:
▆
1. ├─testthat::expect_s3_class(get_dracor_meta(), "dracor_meta") at test-dracor_meta.R:2:3
2. │ └─testthat::quasi_label(enquo(object))
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─rdracor::get_dracor_meta()
5. ├─rdracor:::dracor_meta(...)
6. │ └─utils::type.convert(...)
7. └─rdracor::dracor_api(...)
8. └─rdracor:::dracor_error(resp)
[ FAIL 6 | WARN 0 | SKIP 0 | PASS 35 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc