-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 924 Bytes
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 924 Bytes
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
Package: EQRIanalysis
Title: Engineering Quality Risk Indicators Analysis
Version: 2026.01.23
Authors@R:
person("Michael", "Dougherty", , "Michael.P.Dougherty@usace.army.mil", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1465-5927"))
Description: This Quarto project includes R functions related to analyzing
engineering quality risk indicators.
License: CC0
URL: https://github.com/MVR-GIS/EQRI-analysis
BugReports: https://github.com/MVR-GIS/EQRI-analysis/issues
Depends:
R (>= 3.5)
Imports:
dplyr,
easyalluvial,
forcats,
ggh4x,
ggplot2,
here,
NatParksPalettes,
patchwork,
psych,
purrr,
RColorBrewer,
readr,
scales,
stringr,
tibble,
tidyr,
tools,
usethis
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3