CRAN Package Check Results for Package usdc

Last updated on 2021-07-05 06:49:39 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 1.91 27.87 29.78 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 53.81 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.0 43.79 NOTE
r-devel-windows-x86_64 0.1.0 4.00 49.00 53.00 OK
r-devel-windows-x86_64-gcc10-UCRT 0.1.0 NOTE
r-patched-linux-x86_64 0.1.0 2.40 33.94 36.34 OK
r-patched-solaris-x86 0.1.0 60.50 ERROR
r-release-linux-x86_64 0.1.0 2.08 34.28 36.36 OK
r-release-macos-arm64 0.1.0 NOTE
r-release-macos-x86_64 0.1.0 NOTE
r-release-windows-ix86+x86_64 0.1.0 5.00 72.00 77.00 OK
r-oldrel-macos-x86_64 0.1.0 NOTE
r-oldrel-windows-ix86+x86_64 0.1.0 6.00 53.00 59.00 OK

Check Details

Version: 0.1.0
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘tidyselect’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.1.0
Check: data for non-ASCII characters
Result: NOTE
     Note: found 2 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.1.0
Check: tests
Result: ERROR
     Running ‘spelling.R’
     Running ‘testthat.R’ [4s/37s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(usdc)
     >
     > test_check("usdc")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_charts.R:4:3): Current supply chart builds successfully ─────────
     Error: Timeout was reached: [api.blockchair.com] Operation timed out after 10000 milliseconds with 0 out of 0 bytes received
     Backtrace:
     █
     1. ├─testthat::expect_s3_class(...) test_charts.R:4:2
     2. │ └─testthat::quasi_label(enquo(object), arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─usdc::chart_current_supply_usdc()
     5. └─usdc::fetch_supply_usdc()
     6. └─usdc::fetch_supply_ethereum()
     7. └─httr::GET("https://api.blockchair.com/ethereum/erc-20/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48/stats")
     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 7 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-solaris-x86