-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.1 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: erarr
Title: A package to support the Enterprise Risk Analysis Reporting
Application
Version: 0.1.3
Authors@R: c(
person("Barrie", "Chileen Martinez", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6960-8167")),
person("Michael", "Dougherty", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-1465-5927")),
person("Kayleigh", "Thomas", , "[email protected]", role = "ctb")
)
Description: PKG_DESC.
License: file LICENSE
URL: https://github.com/MVR-GIS/erarr
BugReports: https://github.com/MVR-GIS/erarr/issues
Depends:
R (>= 2.10)
Imports:
bsicons,
bslib,
config,
dplyr,
DT,
english,
forcats,
formattable,
ggplot2,
ggrepel,
golem,
kableExtra,
knitr,
plotly,
purrr,
readr,
rlang,
rmarkdown,
shiny,
shinyalert,
shinyjs,
stringr,
tidyr
Suggests:
htmlwidgets,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2