-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.17 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
Package: pubmedDashboard
Title: Creating PubMed Data Visualization Dashboards
Version: 0.0.3
Authors@R:
person("Rémi", "Thériault", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4315-6788"))
Description: Package to facilitate the creation of data visualization dashboards
through the flexdashboard and easyPubMed packages. This package is now
deprecated in favour of the pubDashboard package.
License: GPL (>= 3)
Imports:
easyPubMed,
rempsyc,
insight,
dplyr,
rlang,
purrr,
stringr,
stringi,
countrycode,
Ecfun,
lubridate,
tidyr
Suggests:
ggplot2,
RColorBrewer,
DT,
waffle (>= 1.0.1),
ggflags (>= 0.0.3),
plotly,
ggtext,
dygraphs,
xts,
rstudioapi,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 4.1.0)
LazyData: true
URL: https://github.com/rempsyc/pubmedDashboard,
https://rempsyc.github.io/pubmedDashboard/
BugReports: https://github.com/rempsyc/pubmedDashboard/issues
Remotes:
jimjam-slam/ggflags,
hrbrmstr/waffle