CRAN Package Check Results for Maintainer ‘Brenden Smith <smit2535 at msu.edu>’

Last updated on 2024-06-11 20:48:43 CEST.

Package FAIL ERROR OK
CDCPLACES 1 1 11

Package CDCPLACES

Current CRAN status: FAIL: 1, ERROR: 1, OK: 11

Version: 1.1.5
Check: tests
Result: ERROR Running 'testthat.R' [169s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(CDCPLACES) > > test_check("CDCPLACES") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 54 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-get_places.R:133:9'): function access census api2022(multiple measures, multiple states), more states ── Error in `iconv(readBin(body, character()), from = encoding, to = "UTF-8")`: could not allocate memory (0 Mb) in C function 'R_AllocStringBuffer' Backtrace: ▆ 1. ├─testthat::expect_s3_class(...) at test-get_places.R:133:9 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─CDCPLACES::get_places(...) 5. ├─tidyr::unnest(...) 6. ├─jsonlite::fromJSON(httr2::resp_body_string(places1)) 7. └─httr2::resp_body_string(places1) 8. └─base::iconv(readBin(body, character()), from = encoding, to = "UTF-8") ── Error ('test-get_places.R:133:9'): function access census api2023(multiple measures, multiple states), more states ── Error in `iconv(readBin(body, character()), from = encoding, to = "UTF-8")`: could not allocate memory (1 Mb) in C function 'R_AllocStringBuffer' Backtrace: ▆ 1. ├─testthat::expect_s3_class(...) at test-get_places.R:133:9 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─CDCPLACES::get_places(...) 5. ├─tidyr::unnest(...) 6. ├─jsonlite::fromJSON(httr2::resp_body_string(places1)) 7. └─httr2::resp_body_string(places1) 8. └─base::iconv(readBin(body, character()), from = encoding, to = "UTF-8") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 54 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 1.1.5
Check: package dependencies
Result: FAIL
Flavor: r-release-windows-x86_64