-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 928 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
Package: opendiscouRse
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R: c(
person("Lukas", "Warode", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0557-0400")
),
person("Florian", "Richter", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-6920-2634")
))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true
Imports:
checkmate,
dplyr,
ggplot2,
ggridges,
here,
magrittr,
purrr,
readr,
rjson,
showtext,
stringr,
sysfonts,
tidyr
URL: https://open-discourse.github.io/opendiscouRse/
VignetteBuilder: knitr