From af2590362edac206db5f5f3c5db43af749d6eda0 Mon Sep 17 00:00:00 2001 From: Kyle Walker Date: Mon, 4 Nov 2024 09:39:38 -0600 Subject: [PATCH] bump version and date --- DESCRIPTION | 6 +++--- R/legislative.R | 2 +- man/congressional_districts.Rd | 2 +- man/tigris.Rd | 9 +++++++++ 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 89988db..0fee089 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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="kyle@walker-data.com", role=c("aut", "cre")), person(given="Bob", family="Rudis", email="bob@rudis.net", role="ctb") @@ -35,5 +35,5 @@ Imports: sf, dplyr, methods -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 Roxygen: list(markdown = TRUE) diff --git a/R/legislative.R b/R/legislative.R index a8eae48..a9481a1 100644 --- a/R/legislative.R +++ b/R/legislative.R @@ -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 diff --git a/man/congressional_districts.Rd b/man/congressional_districts.Rd index eb0409b..28e60f8 100644 --- a/man/congressional_districts.Rd +++ b/man/congressional_districts.Rd @@ -35,7 +35,7 @@ Congressional districts are the 435 areas from which members are elected to the \details{ 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 \code{year = 2024}. } \section{Additional Arguments}{ diff --git a/man/tigris.Rd b/man/tigris.Rd index eaa93f1..6497acc 100644 --- a/man/tigris.Rd +++ b/man/tigris.Rd @@ -2,6 +2,7 @@ % Please edit documentation in R/tigris-package.R \docType{package} \name{tigris} +\alias{tigris-package} \alias{tigris} \title{Download and use U.S. Census TIGER shapefiles in R} \description{ @@ -27,6 +28,14 @@ that legacy sp objects are no longer formally supported in tigris. \note{ Four \code{options} control behavior of various \code{tigris} functions. See \code{Details} for more information. +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/walkerke/tigris} + \item Report bugs at \url{https://github.com/walkerke/tigris/issues} +} + } \author{ Kyle Walker (@kyle_e_walker)