CRAN Package Check Results for Maintainer ‘Ivan Pozdniakov <bucherr at yandex.ru>’

Last updated on 2024-09-01 07:49:24 CEST.

Package ERROR OK
rdracor 9 4

Package rdracor

Current CRAN status: ERROR: 9, OK: 4

Version: 1.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [30s/76s] 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 name: DraCor API v1 version: 1.0.2 status: stable existdb: 6.2.0 base: https://dracor.org/api/v1[ FAIL 3 | WARN 1 | SKIP 0 | PASS 38 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-net.R:30:3'): label_cooccur_igraph() return come NA for big network ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:30:3 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) ── Error ('test-net.R:37:5'): label_cooccur_igraph() do not return NA after max_graph_size adjustment ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:37:5 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) ── Error ('test-net.R:43:3'): summary.cooccur_igraph() prints appropriate number of rows ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:43:3 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) [ FAIL 3 | WARN 1 | SKIP 0 | PASS 38 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.3
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: dracor_api_info > ### Title: Retrieve 'DraCor' API info > ### Aliases: dracor_api_info get_dracor_api_url set_dracor_api_url > > ### ** Examples > > dracor_api_info() DraCor API URL: https://dracor.org/api/v1 name: DraCor API v1 version: 1.0.2 status: stable existdb: 6.2.0 base: https://dracor.org/api/v1> dracor_api_info("https://staging.dracor.org/api") DraCor API was not found: Error in cat("DraCor API was not found:\n", e) : argument 2 (type 'list') cannot be handled by 'cat' Calls: dracor_api_info ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous> -> cat Error in dracor_api_info("https://staging.dracor.org/api") : object 'api_info_list' not found Calls: dracor_api_info -> tryCatch -> cat -> paste Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [21s/68s] 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 name: DraCor API v1 version: 1.0.2 status: stable existdb: 6.2.0 base: https://dracor.org/api/v1[ FAIL 3 | WARN 1 | SKIP 0 | PASS 38 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-net.R:30:3'): label_cooccur_igraph() return come NA for big network ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:30:3 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) ── Error ('test-net.R:37:5'): label_cooccur_igraph() do not return NA after max_graph_size adjustment ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:37:5 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) ── Error ('test-net.R:43:3'): summary.cooccur_igraph() prints appropriate number of rows ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:43:3 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) [ FAIL 3 | WARN 1 | SKIP 0 | PASS 38 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [44s/94s] 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 name: DraCor API v1 version: 1.0.2 status: stable existdb: 6.2.0 base: https://dracor.org/api/v1[ FAIL 3 | WARN 1 | SKIP 0 | PASS 38 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-net.R:30:3'): label_cooccur_igraph() return come NA for big network ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:30:3 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) ── Error ('test-net.R:37:5'): label_cooccur_igraph() do not return NA after max_graph_size adjustment ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:37:5 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) ── Error ('test-net.R:43:3'): summary.cooccur_igraph() prints appropriate number of rows ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:43:3 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) [ FAIL 3 | WARN 1 | SKIP 0 | PASS 38 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [47s/98s] 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 name: DraCor API v1 version: 1.0.2 status: stable existdb: 6.2.0 base: https://dracor.org/api/v1[ FAIL 3 | WARN 1 | SKIP 0 | PASS 38 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-net.R:30:3'): label_cooccur_igraph() return come NA for big network ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:30:3 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) ── Error ('test-net.R:37:5'): label_cooccur_igraph() do not return NA after max_graph_size adjustment ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:37:5 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) ── Error ('test-net.R:43:3'): summary.cooccur_igraph() prints appropriate number of rows ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:43:3 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) [ FAIL 3 | WARN 1 | SKIP 0 | PASS 38 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.0.3
Check: tests
Result: ERROR Running 'testthat.R' [63s] 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 name: DraCor API v1 version: 1.0.2 status: stable existdb: 6.2.0 base: https://dracor.org/api/v1[ FAIL 3 | WARN 1 | SKIP 0 | PASS 38 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-net.R:30:3'): label_cooccur_igraph() return come NA for big network ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:30:3 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) ── Error ('test-net.R:37:5'): label_cooccur_igraph() do not return NA after max_graph_size adjustment ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:37:5 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) ── Error ('test-net.R:43:3'): summary.cooccur_igraph() prints appropriate number of rows ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:43:3 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) [ FAIL 3 | WARN 1 | SKIP 0 | PASS 38 ] Error: Test failures Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 1.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [28s/76s] 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 name: DraCor API v1 version: 1.0.2 status: stable existdb: 6.2.0 base: https://dracor.org/api/v1[ FAIL 3 | WARN 1 | SKIP 0 | PASS 38 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-net.R:30:3'): label_cooccur_igraph() return come NA for big network ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:30:3 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) ── Error ('test-net.R:37:5'): label_cooccur_igraph() do not return NA after max_graph_size adjustment ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:37:5 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) ── Error ('test-net.R:43:3'): summary.cooccur_igraph() prints appropriate number of rows ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:43:3 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) [ FAIL 3 | WARN 1 | SKIP 0 | PASS 38 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 1.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [28s/74s] 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 name: DraCor API v1 version: 1.0.2 status: stable existdb: 6.2.0 base: https://dracor.org/api/v1[ FAIL 3 | WARN 1 | SKIP 0 | PASS 38 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-net.R:30:3'): label_cooccur_igraph() return come NA for big network ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:30:3 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) ── Error ('test-net.R:37:5'): label_cooccur_igraph() do not return NA after max_graph_size adjustment ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:37:5 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) ── Error ('test-net.R:43:3'): summary.cooccur_igraph() prints appropriate number of rows ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:43:3 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) [ FAIL 3 | WARN 1 | SKIP 0 | PASS 38 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 1.0.3
Check: tests
Result: ERROR Running 'testthat.R' [71s] 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 name: DraCor API v1 version: 1.0.2 status: stable existdb: 6.2.0 base: https://dracor.org/api/v1[ FAIL 3 | WARN 1 | SKIP 0 | PASS 38 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-net.R:30:3'): label_cooccur_igraph() return come NA for big network ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:30:3 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) ── Error ('test-net.R:37:5'): label_cooccur_igraph() do not return NA after max_graph_size adjustment ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:37:5 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) ── Error ('test-net.R:43:3'): summary.cooccur_igraph() prints appropriate number of rows ── Error in `dracor_error(resp)`: Status code - 404: Wrong Dracor API request - data were not found Backtrace: ▆ 1. └─rdracor::get_net_cooccur_igraph("henry-iv-part-i", "shake") at test-net.R:43:3 2. └─rdracor::get_play_characters(play = play, corpus = corpus, as_tibble = FALSE) 3. └─rdracor::dracor_api(...) 4. └─rdracor:::dracor_error(resp) [ FAIL 3 | WARN 1 | SKIP 0 | PASS 38 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64