Skip to content

Commit 3bd4354

Browse files
committed
DESCRIPTION: updated Imports and Suggests, updated to 1.2.7
1 parent 0f5df5b commit 3bd4354

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

DESCRIPTION

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
Package: migbirdHIP
22
Title: Process USFWS Migratory Bird Harvest Information Program Data in R
3-
Version: 1.2.6
3+
Version: 1.2.7
44
Imports:
55
data.table,
66
dplyr,
7-
tidyr,
8-
stringr,
7+
ggplot2,
8+
lubridate,
9+
magrittr,
910
purrr,
1011
readr,
11-
magrittr,
1212
rlang,
13-
lubridate,
13+
rmarkdown,
14+
stats,
15+
stringr,
1416
tibble,
15-
ggplot2,
16-
lifecycle,
17-
rmarkdown
17+
tidyr,
18+
utils
1819
Suggests:
19-
knitr
20+
DT,
21+
kableExtra,
22+
knitr,
23+
stringi
2024
VignetteBuilder: knitr
2125
Authors@R:
2226
person(given = "Abby",
@@ -28,7 +32,6 @@ Description: Easy-to-use functions specifically designed to handle biweekly HIP
2832
download data. A sequential process organizes state files into a tidy format
2933
and flags errors that should be inspected. Errors can be visualized in
3034
simple plots and summarized in bite-sized tables.
31-
RdMacros: lifecycle
3235
License: CC0
3336
Encoding: UTF-8
3437
LazyData: true

0 commit comments

Comments
 (0)