-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.11 KB
/
Copy pathDESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.11 KB
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
Package: shellgame
Title: The Shell Game - Audit Geographic Data Transformations
Version: 0.1.0
Authors@R:
person("Phinn", "Markson", , "markson.2@osu.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9169-6095"))
Description: Reveals how data quality silently degrades during geographic
transformations while variable labels remain unchanged. Demonstrates
that transformation error is agnostic to both the variable
(population, income, etc.) and the tool (R, Python, etc.). Provides a
reproducible audit framework for quantifying the shift from observed
to imputed data at each transformation hop.
License: MIT + file LICENSE
URL: https://github.com/phinnphace/shellgame
BugReports: https://github.com/phinnphace/shellgame/issues
Depends:
R (>= 4.0.0)
Imports:
dplyr (>= 1.0.0),
ggplot2,
janitor,
magrittr,
rlang,
stringr,
tidycensus,
utils
Suggests:
geoDeltaAudit,
knitr,
readr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3