-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
37 lines (37 loc) · 946 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
33
34
35
36
37
Package: migbirdHIP
Title: Process USFWS Migratory Bird Harvest Information Program Data in R
Version: 1.2.3
Imports:
dplyr,
tidyr,
stringr,
purrr,
readr,
magrittr,
rlang,
lubridate,
tibble,
ggplot2,
lifecycle,
rmarkdown
Suggests:
knitr
VignetteBuilder: knitr
Authors@R:
person(given = "Abby",
family = "Walter",
role = c("aut", "cre"),
email = "abby_walter@fws.gov",
comment = c(ORCID = "0000-0003-4017-5596"))
Description: Easy-to-use functions specifically designed to handle biweekly HIP
download data. A sequential process organizes state files into a tidy format
and flags errors that should be inspected. Errors can be visualized in
simple plots and summarized in bite-sized tables.
RdMacros: lifecycle
License: CC0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Depends:
R (>= 2.10)