-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
47 lines (47 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
42
43
44
45
46
47
Package: hoaddash
Title: Hybrid Open Access Dashboards with R and Quarto
Version: 0.0.106
Authors@R: c(
person("Najko", "Jahn", , "najko.jahn@sub.uni-goettingen.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5105-1463")),
person("Anne", "Hobert", role = c("aut")),
person("Inke", "Achterberg", role = c("aut")),
person("Nick", "Haupka", role = c("aut")),
person(
given = "German Research Foundation",
role = c("spn"),
comment = "Projektnummer #416115939"
))
Description: Source code repository for the Hybrid Open Access Dashboards.
URL: https://subugoe.github.io/hoaddash, https://github.com/subugoe/hoaddash
BugReports: https://github.com/subugoe/hoaddash/issues
License: CC0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr,
readr,
purrr,
knitr,
curl,
lubridate,
ggplot2,
cowplot,
ggiraph,
patchwork,
plotly,
reactable,
sparkline,
kableExtra,
htmltools,
fs,
hoaddata,
crosstalk,
ymlthis,
forcats,
countrycode,
ggtext
Remotes:
subugoe/hoaddata,
rstudio/crosstalk@v1.1.1