Last updated on 2025-04-05 12:52:58 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.82 | 30.14 | 32.96 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.1 | 65.65 | NOTE | |||
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 | 6.00 | 59.00 | 65.00 | NOTE | |
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 | 6.00 | 270.00 | 276.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:
> ### 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
Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64