-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.08 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
Package: rCAX
Type: Package
Date: 2023-11-28
Title: Coordinated Assessments REST API R Client
Description: This package is an R client for the StreamNet Coordinated Assessments HLI REST API.
Version: 1.0.3
Authors@R:
c(person(given = "Eli",
family = "Holmes",
role = c("aut", "cre"),
email = "eli.holmes@noaa.gov"),
person(given = "Mari",
family = "Williams",
role = c("aut"),
email = "mari.williams@noaa.gov"),
person(given = "Katie",
family = "Barnas",
role = c("ctb"),
email = "katie.barnas@noaa.gov")
)
License: Apache License (== 2.0) + file LICENSE
URL: https://github.com/nwfsc-cb/rCAX
BugReports: https://github.com/nwfsc-cb/rCAX/issues
Encoding: UTF-8
Language: en-US
Imports: crul (>= 1.3), jsonlite (>= 1.8), utils
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
NeedsCompilation: no
Author: Eli Holmes [aut, cre],
Mari Williams [aut],
Katie Barnas [ctb]
Suggests:
knitr,
rmarkdown,
ggplot2
VignetteBuilder: knitr
Depends:
R (>= 3.0.0)