-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.4 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
Package: WADashboard
Version: 0.1.10
Title: IWMI Water Accounting+ Visualization Dashboard
Description: This package includes all dependencies to run WA+ visualization dashboard
either locally inside RStudio or containerized.
Authors@R: c(
person("Melanie", "Bacou", role=c("aut", "cre"), email="mel@mbacou.com",
comment=c(ORCID="0000-0003-1810-6818")),
person("Lisa-Maria", "Rebelo", role=c("aut", "ctb"), email="L.REBELO@CGIAR.ORG",
comment=c(ORCID="0000-0002-8785-7810")),
person("William", "Rex", role=c("aut", "ctb"), email="W.Rex@cgiar.org",
comment=c(ORCID="0000-0003-4979-5257")),
person("Naga", "Velpuri", role=c("aut", "ctb"), email="N.Velpuri@cgiar.org",
comment=c(ORCID="0000-0002-6370-1926"))
)
License: file LICENSE
LazyData: false
Depends: R (>= 3.6.3)
NeedsCompilation: no
Imports:
bslib (>= 0.3.1),
data.table,
highcharter (>= 0.9.4),
leaflet (>= 2.0.4),
leaflet.extras (>= 1.0.0),
lubridate,
r2d3 (>= 0.2.5),
scales,
sf (>= 1.0),
shiny (>= 1.7.1),
shinybusy,
shinyWidgets (>= 0.6.2),
stringr,
terra (>= 1.4-16),
yaml
Suggests:
knitr
Encoding: UTF-8
SystemRequirements: C++11, GDAL (>= 2.2.3), GEOS (>= 3.4.0), PROJ (>= 4.9.3), sqlite3
URL: https://github.com/mbacou/WADashboard/, https://iwmi.cgiar.org/
BugReports: https://github.com/mbacou/WADashboard/issues/
MailingList: mel@mbacou.com
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Roxygen: list(markdown=TRUE)