-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
65 lines (65 loc) · 1.43 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: ptaxsim
Type: Package
Title: Calculate Cook County Property Tax Bills and Simulate Scenarios
Version: 0.6.2
Authors@R: c(
person(given = "Dan", family = "Snow", email = "[email protected]", role = c("aut", "cre")),
person(given = "Rob", family = "Ross", role = c("aut", "ctb")),
person(given = "Mike", family = "Wu", role = c("ctb"))
)
Description: An R package to estimate property tax bills and simulate tax
scenarios for Cook County, IL. Supplementary to a SQLite database file
containing all data necessary to estimate historical bills.
URL: https://github.com/ccao-data/ptaxsim, https://ccao-data.github.io/ptaxsim
BugReports: https://github.com/ccao-data/ptaxsim/issues
License: AGPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
Imports:
data.table,
DBI,
glue,
RSQLite,
utils
RoxygenNote: 7.3.2
Suggests:
arrow,
covr,
devtools,
dplyr,
geoarrow,
ggplot2,
ggspatial,
here,
jsonlite,
httr,
knitr,
lintr,
noctua,
odbc,
openxlsx,
pdftools,
pkgdown,
prettymapr,
purrr,
readr,
RColorBrewer,
readxl,
rmarkdown,
scales,
sf,
snakecase,
stringr,
tabulapdf,
testthat,
tidyr,
units,
usethis
Depends:
R (>= 2.10)
Remotes:
paleolimbot/geoarrow,
ropensci/tabulapdf
Config/Requires_DB_Version: 2021.0.4
Config/Wants_DB_Version: 2023.0.0