-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1002 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
38
39
40
Package: migbirdHIP
Title: Process USFWS Migratory Bird Harvest Information Program Data in R
Version: 1.2.8
Authors@R:
person("Abby", "Walter", , "abby_walter@fws.gov", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4017-5596"))
Description: Functions designed to process and visualize data submitted to
the USFWS Harvest Information Program.
License: CC0
URL: https://www.fws.gov/project/migratory-bird-hunter-survey-diary-survey
Depends:
R (>= 4.4.0)
Imports:
data.table (>= 1.15.4),
dplyr (>= 1.1.4),
ggplot2 (>= 3.5.1),
lubridate (>= 1.9.3),
purrr (>= 1.0.2),
quarto (>= 1.4.0),
readr (>= 2.1.5),
rlang (>= 1.1.3),
stats (>= 4.4.0),
stringr (>= 1.5.1),
tibble (>= 3.2.1),
tidyr (>= 1.3.1),
utils (>= 4.4.0)
Suggests:
DT,
kableExtra,
knitr,
sf,
spelling,
stringi
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1