Last updated on 2026-06-03 01:50:20 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.4 | 4.11 | 41.29 | 45.40 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.4 | 2.85 | 29.32 | 32.17 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.4 | 8.00 | 63.28 | 71.28 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 63.02 | OK | |||
| r-devel-windows-x86_64 | 0.0.4 | 7.00 | 59.00 | 66.00 | OK | |
| r-patched-linux-x86_64 | 0.0.4 | 4.25 | 36.67 | 40.92 | OK | |
| r-release-linux-x86_64 | 0.0.4 | 3.94 | 36.26 | 40.20 | OK | |
| r-release-macos-arm64 | 0.0.4 | 1.00 | 25.00 | 26.00 | OK | |
| r-release-macos-x86_64 | 0.0.4 | 3.00 | 57.00 | 60.00 | OK | |
| r-release-windows-x86_64 | 0.0.4 | 7.00 | 58.00 | 65.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.0.4 | 3.00 | 51.00 | 54.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.4 | 9.00 | 68.00 | 77.00 | OK |
Version: 0.0.4
Check: examples
Result: ERROR
Running examples in ‘baf-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: baf_download
> ### Title: Download a file
> ### Aliases: baf_download
>
> ### ** Examples
>
> tf <- tempfile(fileext = '.zip')
> ex <- 'https://www2.census.gov/geo/docs/maps-data/data/baf2020/BlockAssign_ST01_AL.zip'
> baf_download(url = ex, path = tf)
[0%] Downloaded 16366 bytes...
[0%] Downloaded 21719 bytes...
[1%] Downloaded 38085 bytes...
[1%] Downloaded 54451 bytes...
[2%] Downloaded 70817 bytes...
[2%] Downloaded 87183 bytes...
[3%] Downloaded 103549 bytes...
[3%] Downloaded 119915 bytes...
[4%] Downloaded 136281 bytes...
[4%] Downloaded 152647 bytes...
[5%] Downloaded 169157 bytes...
[5%] Downloaded 185523 bytes...
[6%] Downloaded 201889 bytes...
[6%] Downloaded 218255 bytes...
[6%] Downloaded 234137 bytes...Error in curl::curl_download(url, path, quiet = quiet) :
Stream error in the HTTP/2 framing layer [www2.census.gov]:
HTTP/2 stream 3 reset by server (error 0x2 INTERNAL_ERROR)
Calls: baf_download -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc