From ff09025ddb196e82b8beebb0039a1df8c47aabfb Mon Sep 17 00:00:00 2001 From: Dan Snow Date: Thu, 18 Jan 2024 20:46:54 +0000 Subject: [PATCH] Replace tabulizer with pdftools dependency --- DESCRIPTION | 5 ++--- data-raw/cpi/cpi.R | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8a9cae4..9c80f9e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -38,6 +38,7 @@ Suggests: lintr, odbc, openxlsx, + pdftools, pkgdown, prettymapr, purrr, @@ -49,7 +50,6 @@ Suggests: sf, snakecase, stringr, - tabulizer, testthat, tidyr, units, @@ -57,7 +57,6 @@ Suggests: Depends: R (>= 2.10) Remotes: - paleolimbot/geoarrow, - ropensci/tabulizer + paleolimbot/geoarrow Config/Requires_DB_Version: 2021.0.4 Config/Wants_DB_Version: 2021.0.4 diff --git a/data-raw/cpi/cpi.R b/data-raw/cpi/cpi.R index 7976ea8..01b550d 100644 --- a/data-raw/cpi/cpi.R +++ b/data-raw/cpi/cpi.R @@ -14,7 +14,7 @@ row_to_names <- function(df) { # The goal of this script is to create a data frame of Consumer Price Indices # CPI-U used by PTELL to calculate/cap property tax extensions # We can load the historical CPIs from a PDF provided by the State of Illinois -# https://tax.illinois.gov/content/dam/soi/en/web/tax/localgovernments/property/documents/cpihistory.pdf +# https://tax.illinois.gov/content/dam/soi/en/web/tax/localgovernments/property/documents/cpihistory.pdf # nolint # Paths for local raw data storage and remote storage on S3 remote_bucket <- Sys.getenv("S3_REMOTE_BUCKET")