CRAN Package Check Results for Package CDCPLACES

Last updated on 2024-06-11 16:49:13 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.5 9.52 126.91 136.43 OK
r-devel-linux-x86_64-debian-gcc 1.1.5 6.60 90.94 97.54 OK
r-devel-linux-x86_64-fedora-clang 1.1.5 170.76 OK
r-devel-linux-x86_64-fedora-gcc 1.1.5 157.59 OK
r-devel-windows-x86_64 1.1.5 8.00 266.00 274.00 ERROR
r-patched-linux-x86_64 1.1.5 7.21 119.06 126.27 OK
r-release-linux-x86_64 1.1.5 8.97 119.85 128.82 OK
r-release-macos-arm64 1.1.5 194.00 OK
r-release-macos-x86_64 1.1.5 233.00 OK
r-release-windows-x86_64 1.1.5 9.00 15.00 24.00 FAIL
r-oldrel-macos-arm64 1.1.5 177.00 OK
r-oldrel-macos-x86_64 1.1.5 217.00 OK
r-oldrel-windows-x86_64 1.1.5 9.00 305.00 314.00 OK

Check Details

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