CRAN Package Check Results for Maintainer ‘Matthew Lincoln <matthew.d.lincoln at gmail.com>’

Last updated on 2024-05-02 06:12:26 CEST.

Package ERROR NOTE OK
clipr 12
europop 12
fuzzr 12
hypothesisr 2 10
salty 12

Package clipr

Current CRAN status: OK: 12

Package europop

Current CRAN status: OK: 12

Package fuzzr

Current CRAN status: NOTE: 12

Version: 0.2.2
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

Package hypothesisr

Current CRAN status: ERROR: 2, NOTE: 10

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 Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64

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-clang

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/3s] 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-release-linux-x86_64

Package salty

Current CRAN status: NOTE: 12

Version: 0.1.0
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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.