Package: baf Title: Block Assignment Files Version: 0.0.4 Authors@R: c( person(given = "Christopher T.", family = "Kenny", role = c("aut", "cre"), email = "ctkenny@proton.me", comment = c(ORCID = "0000-0002-9386-6860")), person("Cory", "McCartan", email = "mccartan@psu.edu", role = "ctb", comment = c(ORCID = "0000-0002-6251-669X")) ) Description: Download and read US Census Bureau data relationship files. Provides support for cleaning and using block assignment files since 2010, as described in . Also includes support for working with block equivalency files, used for years outside of decennial census years. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: cli, curl, dplyr, fs, glue, readr Depends: R (>= 4.2.0) URL: http://christophertkenny.com/baf/, https://github.com/christopherkenny/baf Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Config/Needs/website: christopherkenny/ctktemplate LazyData: true Config/pak/sysreqs: cmake make libuv1-dev libssl-dev libx11-dev Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-05-01 16:14:46 UTC RemoteUrl: https://github.com/christopherkenny/baf RemoteRef: HEAD RemoteSha: 5c5a6938074b1ae3acd27f122f3a8184b27d95bd NeedsCompilation: no Packaged: 2026-05-31 06:20:48 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ), Cory McCartan [ctb] (ORCID: ) Maintainer: Christopher T. Kenny