-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.19 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.19 KB
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
Package: migbirdHIP
Title: Process USFWS Migratory Bird Harvest Information Program Data in R
Version: 1.4.13
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.5.0)
Imports:
assertthat (>= 0.2.1),
data.table (>= 1.18.2),
dplyr (>= 1.2.0),
dtplyr (>= 1.3.3),
ggnewscale (>= 0.5.2),
ggplot2 (>= 4.0.2),
lubridate (>= 1.9.5),
purrr (>= 1.2.1),
quarto (>= 1.5.0),
readr (>= 2.2.0),
rlang (>= 1.1.7),
stats (>= 4.5.0),
stringr (>= 1.6.0),
tidyr (>= 1.3.1),
utils (>= 4.5.0)
Suggests:
DT (>= 0.33),
here (>= 1.0.1),
kableExtra (>= 1.4.0),
knitr (>= 1.5.0),
rmarkdown (>= 2.30),
sf (>= 1.1-0),
spelling (>= 2.3.1),
stringi (>= 1.8.7),
testthat (>= 3.3.2)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3