Last updated on 2026-01-08 02:51:52 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.0 | 4.61 | 51.71 | 56.32 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 2.0.0 | 3.35 | 34.98 | 38.33 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.0.0 | 8.00 | 76.25 | 84.25 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 9.00 | 99.89 | 108.89 | NOTE | |
| r-devel-windows-x86_64 | 2.0.0 | 6.00 | 73.00 | 79.00 | NOTE | |
| r-patched-linux-x86_64 | 2.0.0 | 4.97 | 47.34 | 52.31 | NOTE | |
| r-release-linux-x86_64 | 2.0.0 | 4.29 | 46.92 | 51.21 | NOTE | |
| r-release-macos-arm64 | 2.0.0 | NOTE | ||||
| r-release-macos-x86_64 | 2.0.0 | 3.00 | 115.00 | 118.00 | NOTE | |
| r-release-windows-x86_64 | 2.0.0 | 7.00 | 71.00 | 78.00 | NOTE | |
| r-oldrel-macos-arm64 | 2.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 2.0.0 | 3.00 | 63.00 | 66.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.0 | 9.00 | 85.00 | 94.00 | OK |
Version: 2.0.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘zcta.R’
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-macos-x86_64, r-release-windows-x86_64
Version: 2.0.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘a01_introduction.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘a01_introduction.Rmd’
--- re-building ‘a02_workflow-tidycensus.Rmd’ using rmarkdown
Quitting from a02_workflow-tidycensus.Rmd:28-35 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `curl::curl_fetch_memory()`:
! Failure when receiving data from the peer [api.census.gov]:
Recv failure: Connection reset by peer
---
Backtrace:
▆
1. ├─tidycensus::get_acs(...)
2. │ ├─base::suppressWarnings(...)
3. │ │ └─base::withCallingHandlers(...)
4. │ └─tidycensus:::load_data_acs(...)
5. │ └─httr::GET(...)
6. │ └─httr:::request_perform(req, hu$handle$handle)
7. │ ├─httr:::request_fetch(req$output, req$url, handle)
8. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
9. │ └─curl::curl_fetch_memory(url, handle = handle)
10. └─curl:::raise_libcurl_error(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'a02_workflow-tidycensus.Rmd' failed with diagnostics:
Failure when receiving data from the peer [api.census.gov]:
Recv failure: Connection reset by peer
--- failed re-building ‘a02_workflow-tidycensus.Rmd’
--- re-building ‘a03_developer-notes.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘a03_developer-notes.Rmd’
SUMMARY: processing the following file failed:
‘a02_workflow-tidycensus.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc