Last updated on 2025-02-06 19:49:19 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.1 | 3.93 | 39.00 | 42.93 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.1 | 2.66 | 29.25 | 31.91 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.1 | 61.50 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 42.46 | NOTE | |||
r-devel-windows-x86_64 | 0.0.1 | 5.00 | 62.00 | 67.00 | NOTE | |
r-patched-linux-x86_64 | 0.0.1 | 8.38 | 31.16 | 39.54 | ERROR | |
r-release-linux-x86_64 | 0.0.1 | 3.53 | 31.13 | 34.66 | ERROR | |
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 | 57.00 | 63.00 | OK | |
r-oldrel-macos-arm64 | 0.0.1 | 52.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.1 | 68.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.1 | 6.00 | 67.00 | 73.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-windows-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
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-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:
> 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
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64