forked from inrae/diades.atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
70 lines (70 loc) · 1.59 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
Package: diades.atlas
Title: The Diades Atlas Shiny App
Version: 0.2.0
Authors@R:
c(person(given = "Sébastien",
family = "Rochette",
role = c("cre", "aut"),
email = "sebastien@thinkr.fr",
comment = c(ORCID = "0000-0002-1565-9313")),
person(given = "Colin",
family = "Fay",
role = "aut",
email = "colin@thinkr.fr",
comment = c(ORCID = "0000-0001-7343-1846")))
Description: A Shiny application to explore data.
License: MIT + file LICENSE
URL: https://github.com/inrae/diades.atlas
BugReports: https://github.com/inrae/diades.atlas/-/issues
Depends:
R (>= 2.10)
Imports:
bank,
cli (>= 3.0.1),
config (>= 0.3.1),
DBI (>= 1.1.1),
dbplyr,
dplyr (>= 1.0.7),
DT (>= 0.19),
ggplot2 (>= 3.3.5),
glue (>= 1.4.2),
golem (>= 0.3.1),
jsonlite (>= 1.7.2),
leaflet,
magrittr (>= 2.0.1),
maps (>= 3.3.0),
memoise,
mongolite,
patchwork (>= 1.1.1),
purrr (>= 0.3.4),
rmapshaper (>= 0.4.5),
RPostgres (>= 1.3.3),
sf (>= 1.0.2),
shinipsum (>= 0.1.0),
shiny (>= 1.6.0),
shinythemes (>= 1.2.0),
tidyr,
tmap (>= 3.3.2),
tools,
utils,
w3css (>= 0.0.0.9002),
zeallot (>= 0.1.0),
rlang,
tidyr,
stringi
Suggests:
attempt,
dbplyr,
DiagrammeR (>= 1.0.6.1),
DiagrammeRsvg (>= 0.1),
knitr (>= 1.34),
pkgload (>= 1.2.2),
rmarkdown (>= 2.9),
testthat (>= 3.0.4)
VignetteBuilder:
knitr
Remotes:
thinkr-open/w3css
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2