Package check result: NOTE Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Lionel Henry ’ New maintainer: Lionel Henry Old maintainer(s): Lionel Henry Check: compiled code, Result: NOTE File ‘magrittr/libs/magrittr.so’: Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Changes to worse in reverse depends: Package: STATcubeR Check: examples New result: ERROR Running examples in ‘STATcubeR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: od_cache > ### Title: Cache management for Open Data > ### Aliases: od_cache od_cache_summary od_downloads > > ### ** Examples > > ## make sure the cache is not empty > od_table("OGD_krebs_ext_KREBS_1") Error in parse_con(txt, bigint_as_char) : lexical error: invalid char in json text. Aufgrund der (right here) ------^ Calls: od_table ... parse_json -> parse_and_simplify -> parseJSON -> parse_con Execution halted Package: StreamCatTools Check: tests New result: ERROR Running ‘testthat.R’ [7s/149s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(StreamCatTools) > > test_check("StreamCatTools") [ FAIL 1 | WARN 1 | SKIP 0 | PASS 69 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-lc_getdata.R:14:13'): lc_get_data for a county and ws metrics returns a data frame ── Error in `readBin(structure(4L, class = c("url", "connection"), conn_id = ), raw(0), 32768L)`: cannot read from connection Backtrace: ▆ 1. ├─StreamCatTools::lc_get_data(...) at test-lc_getdata.R:14:13 2. │ └─StreamCatTools::sc_get_params(param = "metric_names") 3. │ └─jsonlite::fromJSON("https://api.epa.gov/StreamCat/streams/metrics") 4. │ └─jsonlite:::parse_and_simplify(...) 5. │ └─jsonlite:::parseJSON(txt, bigint_as_char) 6. │ └─jsonlite:::parse_con(txt, bigint_as_char) 7. └─base::readBin(``, ``, 32768L) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 69 ] Error: Test failures Execution halted