-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
88 lines (88 loc) · 1.47 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Package: ojodb
Title: Analyze Data from the Open Justice Oklahoma Database
Version: 2.10.0
Authors@R: c(
person(
given = "Brancen",
family = "Gregory",
email = "[email protected]",
role = c("cre", "aut")
),
person(
given = "Ryan",
family = "Gentzler",
email = "[email protected]",
role = "aut"
),
person(
given = "Andrew",
family = "Bell",
email = "[email protected]",
role = "aut"
),
person(
given = "Anthony",
family = "Flores",
email = "[email protected]",
role = "aut"
),
person(
given = "Elizabeth",
family = "Spencer",
role = "ctb"
))
Description: {ojodb} provides convenient functions to query court data from the Open Justice Oklahoma database.
Imports:
cli,
dbplyr,
DBI,
ggplot2,
glue,
lifecycle,
lubridate,
pool,
purrr,
rlang,
RPostgres,
stringi,
stringr,
tibble,
tidyr,
utils,
withr
Suggests:
arrow,
attachment,
badger,
covr,
devtools,
duckdb,
fledge,
fs,
httpgd,
httr,
janitor,
knitr,
languageserver,
lintr,
readr,
roxygen2,
rmarkdown,
rvest,
styler,
testthat (>= 3.0.0),
tidycensus,
usethis,
xml2
Depends:
dplyr
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
URL: https://github.com/openjusticeok/ojodb
BugReports: https://github.com/openjusticeok/ojodb/issues
Roxygen: list(markdown = TRUE)