CRAN Package Check Results for Package randquotes

Last updated on 2024-04-30 01:50:38 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 2.79 29.90 32.69 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.1 2.35 22.62 24.97 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 40.50 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.1 38.81 NOTE
r-devel-windows-x86_64 0.1.1 4.00 45.00 49.00 NOTE
r-patched-linux-x86_64 0.1.1 2.93 28.04 30.97 NOTE
r-release-linux-x86_64 0.1.1 2.61 28.74 31.35 ERROR
r-release-macos-arm64 0.1.1 22.00 NOTE
r-release-windows-x86_64 0.1.1 4.00 44.00 48.00 NOTE
r-oldrel-macos-arm64 0.1.1 18.00 NOTE
r-oldrel-macos-x86_64 0.1.1 23.00 NOTE
r-oldrel-windows-x86_64 0.1.1 4.00 46.00 50.00 NOTE

Check Details

Version: 0.1.1
Check: package subdirectories
Result: NOTE Problems with news in ‘NEWS.md’: No news entries found. 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 ‘randquotes-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: randquote > ### Title: Get Random Quotes > ### Aliases: randquote > > ### ** Examples > > randquote() Error in curl::curl_fetch_memory(url, handle = handle) : Failed writing received data to disk/application Calls: randquote ... request_fetch -> request_fetch.write_memory -> <Anonymous> Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 0.1.1
Check: tests
Result: ERROR Running ‘test-all.R’ [1s/1s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > library(testthat) > test_check("randquotes") Loading required package: randquotes [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-randquotes.R:4:3'): the functions of randquotes ──────────────── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_that(randquote(), is_a("data.frame")) at test-randquotes.R:4:3 2. │ └─testthat (local) condition(object) 3. │ └─testthat::expect_is(x, class) 4. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 5. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 6. └─randquotes::randquote() 7. └─httr::GET(new_url) 8. └─httr:::request_perform(req, hu$handle$handle) 9. ├─httr:::request_fetch(req$output, req$url, handle) 10. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 11. └─curl::curl_fetch_memory(url, handle = handle) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: dependencies in R code
Result: NOTE Namespaces in Imports field not imported from: ‘curl’ ‘jsonlite’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.1
Check: tests
Result: ERROR Running ‘test-all.R’ [1s/2s] Running the tests in ‘tests/test-all.R’ failed. Complete output: > library(testthat) > test_check("randquotes") Loading required package: randquotes [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-randquotes.R:4:3'): the functions of randquotes ──────────────── Error in `curl::curl_fetch_memory(url, handle = handle)`: Failed writing received data to disk/application Backtrace: ▆ 1. ├─testthat::expect_that(randquote(), is_a("data.frame")) at test-randquotes.R:4:3 2. │ └─testthat (local) condition(object) 3. │ └─testthat::expect_is(x, class) 4. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 5. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 6. └─randquotes::randquote() 7. └─httr::GET(new_url) 8. └─httr:::request_perform(req, hu$handle$handle) 9. ├─httr:::request_fetch(req$output, req$url, handle) 10. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 11. └─curl::curl_fetch_memory(url, handle = handle) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64