generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.76 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
Package: RRASSLER
Type: Package
Title: R based HEC-RAS model accounting wrestler
Version: 0.1.1
Authors@R: c(person(given = "Jim", family = "Coll", role = c("aut", "cre"), email = "james.coll@noaa.gov",comment = c(ORCID = "0000-0002-6994-6668")),
person(given = "Mike", family = "Johnson", role = "ctb", email = "mike.johnson@noaa.gov",comment = c(ORCID = "0000-0002-5288-8350")),
person(given = "Laura", family = "Keys", role = "ctb",comment = c(ORCID = "0000-0003-1470-5215")),
person(given = "Andy", family = "Carter", role = c("ctb", "trl")),
person("NOAA", role = c("fnd")),
person("Lynker", role = c("fnd")))
Maintainer: Jim Coll <james.coll@noaa.gov>
Description: A package for making HEC-RAS data more FAIR by cataloging models, cross sections, and points for accounting, interoperability, and reuse in RAS and other applications. These tools are experimental, preliminary or provisional and are subject to revision. They are being provided to meet the need for timely better science and emergency response.
License: MIT + file LICENSE
URL: https://github.com/NOAA-OWP/RRASSLER
BugReports: https://github.com/NOAA-OWP/RRASSLER/issues/new
Depends:
R (>= 3.5),
magrittr,
foreach,
data.table
Imports:
AOI,
arrow,
aws.s3,
dm,
formattable,
labelled,
doParallel,
dplyr,
glue,
httr,
lubridate,
lwgeom,
nhdplusTools,
parallel,
rhdf5,
sf,
sfheaders,
stringi,
stringr,
tidyr,
unglue,
utils
Suggests:
knitr,
cowplot,
DiagrammeR,
ggplot2,
leafem,
leaflet,
leafpop,
mapview
Remotes:
grimbough/rhdf5,
mikejohnson51/AOI,
Encoding: UTF-8
RoxygenNote: 7.3.2
LazyData: true
VignetteBuilder: knitr