-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.27 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
Package: WaCSE
Title: Washington Climate Smart Estimator
Version: 0.9.1
Authors@R: c(
person('Jadey', 'Ryan', email = '[email protected]', role = c('cre', 'aut')),
person('Leslie', 'Michel', role = 'aut'),
person('Dani', 'Gelardi', role = 'aut'),
person('Washington State Department of Agriculture', role = c('cph', 'fnd'))
)
Description: The Washington Climate Smart Estimator (WaCSE) is a shiny application to explore greenhouse gas mitigation potential from different agricultural conservation practices across Washington's diverse counties.
License: MIT + file LICENSE
URL: https://github.com/WA-Department-of-Agriculture/WaCSE
BugReports: https://github.com/WA-Department-of-Agriculture/WaCSE/issues
Depends:
R (>= 2.10)
Imports:
config (>= 0.3.1),
dplyr,
DT,
ggiraph,
ggplot2,
golem (>= 0.3.2),
markdown,
pkgload,
rmarkdown,
shiny (>= 1.7.1),
shinydashboard
Suggests:
bslib,
bsplus,
gfonts,
glue,
htmltools,
janitor,
kableExtra,
knitr,
scales,
shadowtext,
shinycssloaders,
shinydisconnect,
shinyFeedback,
shinyjs,
shinyWidgets,
stringr,
tidyr,
waiter,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3