Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerke committed Jan 23, 2025
1 parent 5da9ec6 commit 9814f23
Show file tree
Hide file tree
Showing 44 changed files with 278 additions and 136 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# tidycensus 1.7.0

* Defaults for `get_acs()` and `get_pums()` updated to 2023 following full release of the 2023 ACS datasets.

# tidycensus 1.6.3

* Support added in `get_estimates()` for the 2023 PEP datasets. A new argument, `vintage`, allows users to request data by vintage and then by `year` within that vintage for post-2020 PEP datasets.
Expand Down
2 changes: 1 addition & 1 deletion R/acs.R
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ get_acs <- function(geography, variables = NULL, table = NULL, cache_table = FAL

# NAME.x and NAME.y columns exist when keep_geo_vars = TRUE
if(keep_geo_vars) {
join_cols <- c("GEOID", "NAME.y" = "NAME")
join_cols <- c("GEOID", "NAME.y" = "NAME")
} else {
join_cols <- c("GEOID", "NAME")
}
Expand Down
12 changes: 5 additions & 7 deletions R/tidycensus-package.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#' Return tidy data frames from the US Census Bureau API
#'
#' This packages uses US Census Bureau data but is neither endorsed nor supported by the US Census Bureau.
#'
#' @author Kyle Walker
#' @name tidycensus
#' @docType package
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @import httr
#' @import sf
#' @import dplyr
Expand All @@ -22,4 +19,5 @@
#' @importFrom rlang inform abort arg_match sym
#' @importFrom crayon cyan silver red green
#' @importFrom tidyselect vars_select_helpers
## usethis namespace: end
NULL
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions docs/articles/basic-usage.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/margins-of-error.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9814f23

Please sign in to comment.