forked from Metropolitan-Council/growing.shade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.46 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
Package: planting.shade
Title: Tree Planting Prioritization tool for the Twin Cities
Version: 0.0.0.9001
Authors@R: c(
person("Metropolitan Council", role = "cph"),
person("Ellen", "Esch", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "https://orcid.org/0000-0002-4253-0910")),
person("Liz", "Roten", , "[email protected]", role = "ctb")
)
Description: Tree planting prioritization tool and report generator
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
config (>= 0.3),
councilR (>= 0.1.0),
cowplot (>= 1.1.0),
dplyr (>= 1.0.0),
DT (>= 0.18),
forcats (>= 0.5.1),
ggdist (>= 3.0.1),
ggplot2 (>= 3.3.3),
golem (>= 0.2.1),
htmltools (>= 0.5.1.1),
kableExtra (>= 1.3.4),
leaflet (>= 2.0.3),
leaflet.extras (>= 1.0.0),
magrittr (>= 1.5),
pkgload (>= 1.2.4),
readr (>= 1.4.0),
rmarkdown (>= 2.7),
sf (>= 0.9.3),
shiny (>= 1.4.0.2),
shinydashboard (>= 0.7.1),
shinyhelper (>= 0.3.2),
shinyjs (>= 2.0.0),
shinyWidgets (>= 0.6.0),
stringr (>= 1.4.0),
tibble (>= 3.0.4),
tidyr (>= 1.1.3),
shinydisconnect (>= 0.1.0),
writexl (>= 1.4.0)
Suggests:
fs (>= 1.4.1),
readxl (>= 1.3.1),
testthat (>= 2.3.2)
Remotes:
github::Metropolitan-Council/councilR
github::eclarke/ggbeeswarm
github::wilkelab/ggtext
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2