Commit 3bd4354 1 parent 0f5df5b commit 3bd4354 Copy full SHA for 3bd4354
File tree 1 file changed +13
-10
lines changed
1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
Package: migbirdHIP
2
2
Title: Process USFWS Migratory Bird Harvest Information Program Data in R
3
- Version: 1.2.6
3
+ Version: 1.2.7
4
4
Imports:
5
5
data.table,
6
6
dplyr,
7
- tidyr,
8
- stringr,
7
+ ggplot2,
8
+ lubridate,
9
+ magrittr,
9
10
purrr,
10
11
readr,
11
- magrittr,
12
12
rlang,
13
- lubridate,
13
+ rmarkdown,
14
+ stats,
15
+ stringr,
14
16
tibble,
15
- ggplot2,
16
- lifecycle,
17
- rmarkdown
17
+ tidyr,
18
+ utils
18
19
Suggests:
19
- knitr
20
+ DT,
21
+ kableExtra,
22
+ knitr,
23
+ stringi
20
24
VignetteBuilder: knitr
21
25
Authors@R:
22
26
person(given = "Abby",
@@ -28,7 +32,6 @@ Description: Easy-to-use functions specifically designed to handle biweekly HIP
28
32
download data. A sequential process organizes state files into a tidy format
29
33
and flags errors that should be inspected. Errors can be visualized in
30
34
simple plots and summarized in bite-sized tables.
31
- RdMacros: lifecycle
32
35
License: CC0
33
36
Encoding: UTF-8
34
37
LazyData: true
You can’t perform that action at this time.
0 commit comments