Last updated on 2025-04-06 04:53:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.1 | 3.95 | 37.79 | 41.74 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.1 | 2.89 | 25.15 | 28.04 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.1 | 61.68 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 61.87 | NOTE | |||
r-devel-macos-arm64 | 0.0.1 | 33.00 | NOTE | |||
r-devel-macos-x86_64 | 0.0.1 | 46.00 | NOTE | |||
r-devel-windows-x86_64 | 0.0.1 | 5.00 | 59.00 | 64.00 | ERROR | |
r-patched-linux-x86_64 | 0.0.1 | 4.01 | 36.25 | 40.26 | NOTE | |
r-release-linux-x86_64 | 0.0.1 | 2.90 | 35.48 | 38.38 | OK | |
r-release-macos-arm64 | 0.0.1 | 50.00 | OK | |||
r-release-macos-x86_64 | 0.0.1 | 76.00 | OK | |||
r-release-windows-x86_64 | 0.0.1 | 6.00 | 384.00 | 390.00 | ERROR | |
r-oldrel-macos-arm64 | 0.0.1 | OK | ||||
r-oldrel-macos-x86_64 | 0.0.1 | 68.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.1 | 7.00 | 58.00 | 65.00 | ERROR |
Version: 0.0.1
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.2.0 because package code uses the pipe
placeholder syntax added in R 4.2.0.
File(s) using such syntax:
‘baf.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-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64
Version: 0.0.1
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
baf.Rd: tibble
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64
Version: 0.0.1
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
> ### Title: Download Block Assignment Files (BAF) from the Census Bureau
> ### Aliases: baf
>
> ### ** Examples
>
> baf('DE', 2020)
Error in curl::curl_download(url, path, quiet = quiet) :
HTTP response code said error [www2.census.gov]: The requested URL returned error: 403
Calls: baf ... FUN -> baf_download -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in ‘baf-Ex.R’ failed
The error most likely occurred in:
> ### Name: baf
> ### Title: Download Block Assignment Files (BAF) from the Census Bureau
> ### Aliases: baf
>
> ### ** Examples
>
> baf('DE', 2020)
Error in curl::curl_download(url, path, quiet = quiet) :
HTTP response code said error [www2.census.gov]: The requested URL returned error: 403
Calls: baf ... FUN -> baf_download -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.0.1
Check: examples
Result: ERROR
Running examples in 'baf-Ex.R' failed
The error most likely occurred in:
> ### Name: baf
> ### Title: Download Block Assignment Files (BAF) from the Census Bureau
> ### Aliases: baf
>
> ### ** Examples
>
> baf('DE', 2020)
Error in curl::curl_download(url, path, quiet = quiet) :
Timeout was reached [www2.census.gov]: SSL/TLS connection timeout
Calls: baf ... FUN -> baf_download -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-release-windows-x86_64