-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1017 Bytes
/
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: ojoverse
Title: All the Open Justice Oklahoma R Tools in One Place
Version: 0.4.1
Authors@R:
person("Brancen", "Gregory", , "brancengregory@gmail.com", role = c("aut", "cre"))
Description:
This package is a collection of all the Open Justice Oklahoma R tools.
It is meant to be used for interactive workflows, not as a dependency for other packages.
Fully inspired, and mostly written, by developers of the [{tidyverse}](https://github.com/tidyverse/tidyverse) package.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
cli,
dplyr,
forcats,
ggplot2,
ojodb,
ojoregex,
ojoslackr,
ojoutils,
purrr,
readr,
rlang,
rstudioapi,
stringr,
tibble,
tidyr
Remotes:
openjusticeok/ojodb,
openjusticeok/ojoregex,
openjusticeok/ojoslackr,
openjusticeok/ojoutils
Suggests:
knitr,
mockr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr