Skip to content

Commit

Permalink
bump version and date
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerke committed Nov 4, 2024
1 parent f4399b9 commit af25903
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: tigris
Type: Package
Title: Load Census TIGER/Line Shapefiles
Version: 2.1.1
Date: 2024-03-26
Version: 2.1.2
Date: 2024-11-04
Authors@R: c(
person(given="Kyle", family="Walker", email="[email protected]", role=c("aut", "cre")),
person(given="Bob", family="Rudis", email="[email protected]", role="ctb")
Expand Down Expand Up @@ -35,5 +35,5 @@ Imports:
sf,
dplyr,
methods
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
2 changes: 1 addition & 1 deletion R/legislative.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#'
#' Congressional districts for the 108th through 112th sessions were established by the states based on the result of the 2000 Census. Congressional districts for the 113th through 116th sessions were established by the states based on the result of the 2010 Census. Boundaries are effective until January of odd number years (for example, January 2015, January 2017, etc.), unless a state initiative or court ordered redistricting requires a change. All states established new congressional districts in 2011-2012, with the exception of the seven single member states (Alaska, Delaware, Montana, North Dakota, South Dakota, Vermont, and Wyoming).
#'
#' The current default in tigris reflects boundaries for the 118th Congress, which is available for years 2022 and 2023. Older congressional district boundaries back to 2011 can be obtained by supplying the appropriate year.
#' The current default in tigris reflects boundaries for the 118th Congress, which is available for years 2022 and 2023. Older congressional district boundaries back to 2011 can be obtained by supplying the appropriate year. For the 119th Congress, use `year = 2024`.
#'
#' @param state The two-digit FIPS code (string) of the state you want, or a
#' vector of codes if you want multiple states. Can also be state name
Expand Down
2 changes: 1 addition & 1 deletion man/congressional_districts.Rd

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

9 changes: 9 additions & 0 deletions man/tigris.Rd

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

0 comments on commit af25903

Please sign in to comment.