-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
63 lines (63 loc) · 1.67 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
Package: planting.shade
Title: Tree planting and preservation prioritization tool
Version: 0.0.2
Date: 2024-02-08
Authors@R: c(
person("Metropolitan Council", role = "cph"),
person("Ellen", "Esch", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4253-0910")),
person("Liz", "Roten", , "[email protected]", role = c("ctb", "cre"),
comment = c(ORCID = "0000-0002-5346-3549"))
)
Description: Tree planting prioritization tool and report generator
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
config (>= 0.3),
councilR,
cowplot (>= 1.1.0),
dplyr (>= 1.0.0),
forcats (>= 0.5.1),
ggbeeswarm (>= 0.7.0.9000),
ggdist (>= 3.0.1),
ggplot2 (>= 3.3.3),
ggtext (>= 0.1.1),
golem (>= 0.2.1),
htmltools (>= 0.5.1.1),
kableExtra (>= 1.3.4),
leaflet (>= 2.0.3),
leaflet.extras (>= 1.0.0),
leaflet.providers (>= 2.0.0.9000),
magrittr (>= 1.5),
pkgload (>= 1.2.4),
readr (>= 1.4.0),
rlang,
rmarkdown (>= 2.7),
sf (>= 0.9.3),
shiny (>= 1.4.0.2),
shinybrowser (>= 1.0.0),
shinydashboard (>= 0.7.1),
shinydisconnect (>= 0.1.0),
shinyhelper (>= 0.3.2),
shinyjs (>= 2.0.0),
shinyWidgets (>= 0.6.0),
tibble (>= 3.0.4),
tidyr (>= 1.1.3),
waiter (>= 0.2.4.900),
writexl (>= 1.4.0),
zip
Suggests:
fs (>= 1.4.1),
readxl (>= 1.3.1),
testthat (>= 2.3.2)
Remotes:
github::eclarke/ggbeeswarm,
github::Metropolitan-Council/councilR,
github::rstudio/leaflet.providers,
github::wilkelab/ggtext
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1