CRAN Package Check Results for Package hypothesisr

Last updated on 2024-04-28 17:54:05 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 2.50 29.04 31.54 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.1 2.00 20.37 22.37 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 38.97 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.1 36.74 NOTE
r-devel-windows-x86_64 0.1.1 3.00 47.00 50.00 NOTE
r-patched-linux-x86_64 0.1.1 2.63 27.86 30.49 NOTE
r-release-linux-x86_64 0.1.1 2.27 27.06 29.33 NOTE
r-release-macos-arm64 0.1.1 25.00 NOTE
r-release-windows-x86_64 0.1.1 4.00 47.00 51.00 NOTE
r-oldrel-macos-arm64 0.1.1 24.00 NOTE
r-oldrel-macos-x86_64 0.1.1 26.00 NOTE
r-oldrel-windows-x86_64 0.1.1 4.00 47.00 51.00 NOTE

Check Details

Version: 0.1.1
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory 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, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘hypothesisr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: hs_read > ### Title: Retrieve a single annotation by ID > ### Aliases: hs_read > > ### ** Examples > > hs_read("WFMnSC3FEeaNvLeGkQeJbg") Error in curl::curl_fetch_memory(url, handle = handle) : Failed writing received data to disk/application Calls: hs_read ... request_fetch -> request_fetch.write_memory -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(hypothesisr) > > test_check("hypothesisr") [ FAIL 3 | WARN 0 | SKIP 1 | PASS 7 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_crud.R:5:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_search.R:17:3'): hs_search returns a list of the expected format. ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. └─hypothesisr::hs_search(text = "ulysses", limit = 5) at test_search.R:17:3 2. └─hypothesisr:::hs_search_handler(...) 3. └─httr::GET(formatted_url, httr::accept_json()) 4. └─httr:::request_perform(req, hu$handle$handle) 5. ├─httr:::request_fetch(req$output, req$url, handle) 6. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 7. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_search.R:31:3'): custom fields in hs_search are correctly added to URL. ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. └─hypothesisr::hs_search(limit = 5, custom = list(tags = "todo")) at test_search.R:31:3 2. └─hypothesisr:::hs_search_handler(...) 3. └─httr::GET(formatted_url, httr::accept_json()) 4. └─httr:::request_perform(req, hu$handle$handle) 5. ├─httr:::request_fetch(req$output, req$url, handle) 6. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 7. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_search.R:36:3'): Truncated results generate a message and table attribute. ── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_message(hs_todo <- hs_search(text = "todo")) at test_search.R:36:3 2. │ └─testthat:::quasi_capture(enquo(object), label, capture_messages) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─hypothesisr::hs_search(text = "todo") 7. └─hypothesisr:::hs_search_handler(...) 8. └─httr::GET(formatted_url, httr::accept_json()) 9. └─httr:::request_perform(req, hu$handle$handle) 10. ├─httr:::request_fetch(req$output, req$url, handle) 11. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 12. └─curl::curl_fetch_memory(url, handle = handle) [ FAIL 3 | WARN 0 | SKIP 1 | PASS 7 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc