-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
41 lines (41 loc) · 1.15 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
Package: assessr
Type: Package
Title: Measure Property Assessment Performance
Version: 0.6.0
Authors@R: c(
person(given = "Dan", family = "Snow", email="daniel.snow@cookcountyil.gov", role=c("aut", "cre")),
person(given = "William", family = "Ridgeway", email="william.ridgeway@cookcountyil.gov", role=c("ctb")),
person(given = "Rob", family = "Ross", role=c("ctb")),
person(given = "Nathan", family = "Dignazio", role=c("ctb")),
person(given = "Damon", family = "Major", role=c("ctb"))
)
Date: 2023-08-07
Description: An R package to measure the performance of property assessments
using IAAO standard statistics. Also includes a host of utility functions
to make common assessment and evaluation tasks easier and more consistent.
URL: https://ccao-data.github.io/assessr/, https://github.com/ccao-data/assessr
License: AGPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
stats
RoxygenNote: 7.2.3
Suggests:
covr,
devtools,
dplyr,
DT,
forcats,
ggplot2,
jsonlite,
knitr,
lintr,
pkgdown,
rmarkdown,
rprojroot,
scales,
testthat,
tibble,
tidyr
Depends:
R (>= 3.5.0)