-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
73 lines (73 loc) · 1.73 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
71
72
73
Package: diades.atlas
Title: The Diades Atlas Shiny App
Version: 0.3.3
Authors@R: c(
person("Patrick", "Lambert", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-4367-8498")),
person("Sébastien", "Rochette", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1565-9313")),
person("Colin", "Fay", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-7343-1846")),
person("Antoine", "Languillaume", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9843-5632"))
)
Description: A Shiny application to explore DiadES 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,
cachem,
cli (>= 3.0.1),
commonmark,
config (>= 0.3.1),
data.table,
DBI (>= 1.1.1),
dbplyr,
desc,
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),
Matrix,
memoise,
methods,
mongolite,
patchwork,
pkgload (>= 1.2.2),
promises,
purrr (>= 0.3.4),
RPostgres (>= 1.3.3),
sf (>= 1.0.2),
shinipsum (>= 0.1.0),
shiny (>= 1.6.0),
shinythemes (>= 1.2.0),
stats,
tibble,
tidyr,
tmap (>= 3.3.2),
tools,
utils,
w3css (>= 0.0.0.9002),
whereami
Suggests:
attempt,
DiagrammeR (>= 1.0.6.1),
future,
knitr (>= 1.34),
rlang,
rmarkdown (>= 2.9),
stringi,
testthat (>= 3.0.4)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2