Skip to content

Commit

Permalink
Replace tabulizer with pdftools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Jan 18, 2024
1 parent c7bf08f commit ff09025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Suggests:
lintr,
odbc,
openxlsx,
pdftools,
pkgdown,
prettymapr,
purrr,
Expand All @@ -49,15 +50,13 @@ Suggests:
sf,
snakecase,
stringr,
tabulizer,
testthat,
tidyr,
units,
usethis
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
2 changes: 1 addition & 1 deletion data-raw/cpi/cpi.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ff09025

Please sign in to comment.