-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 936 Bytes
/
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
Package: RecFIN
Title: Work with Recreational Data from RecFIN
Version: 0.0.1
Authors@R: c(
person(given = c("Kelli", "F."),
family = "Johnson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5149-451X")
),
person(given = c("Chantel", "R."),
family = "Wetzel",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7573-8240")
)
)
Description: Recreational Fisheries Information Network
([RecFIN](https://www.recfin.org/) is a joint effort guided by the
Pacific States Marine Fisheries Commission to sample recreational fishing.
This R package, RecFIN, is meant to work with the sampled data.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 3.5),
dplyr (>= 1.0.0),
magrittr (>= 2.0.0)
Suggests:
xlsx