-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.47 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
Package: HERON
Type: Package
Title: Helpers for River Observation
Version: 1.0.0.900
Authors@R: c(
person(given = "Nicholas",
family = "Lyon",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3905-1078")),
person(given = "Joanna",
family = "Carey",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2365-9185")),
person(given = "Kathi Jo",
family = "Jankowski",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3292-4182")),
person(given = "Keira",
family = "Johnson",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0671-3901")),
person(given = "Gabe",
family = "De La Rosa",
role = "ctb",
email = "[email protected]")
)
Maintainer: Nicholas Lyon <[email protected]>
Description: Supplementary functions for workflows including the "EGRET" and "SiZer" R packages.
Meant to improve reproducibility for common operations following use of these packages.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
Depends:
R (>= 3.5)
RoxygenNote: 7.3.1
Imports:
broom,
dplyr,
EGRET,
ggplot2,
graphics,
grDevices,
lubridate,
magrittr,
methods,
purrr,
stats,
stringr,
tidyr,
tidyselect