-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
edit pkg description; update depends and imports
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ Authors@R: | |
family = "Tay", | ||
role = c("aut", "cre"), | ||
email = "[email protected]") | ||
Description: This package contains functions used in the workflow to curate variety testing data. The functions fall into a few different workflows: read-in the controlled vocabulary, validate according to the codebooks, curate cultivar names. | ||
URL: https://idahoagstats.github.io/factcuratoR, https://github.com/IdahoAgStats/factcuratoR | ||
Description: This package contains functions used in the workflow to curate variety testing data. The functions fall into a few different workflows: read-in the controlled vocabulary, validate according to the codebooks, and standardize cultivar names. | ||
URL: https://idahoagstats.github.io/factcuratoR/, https://github.com/IdahoAgStats/factcuratoR | ||
License: GPL (>= 3) | ||
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
|
@@ -20,7 +20,6 @@ Depends: | |
lubridate (>= 1.7.9.2), | ||
purrr (>= 0.3.4), | ||
readr (>= 1.4.0), | ||
readxl (>= 1.3.1), | ||
stringr (>= 1.4.0), | ||
tibble (>= 3.0.6), | ||
tidyr (>= 1.1.2) | ||
|
@@ -29,9 +28,9 @@ Imports: | |
validate (>= 1.0.4), | ||
magrittr, | ||
DiagrammeR, | ||
DiagrammeRsvg, | ||
rlang, | ||
stringi, | ||
data.table, | ||
stats, | ||
utils | ||
Suggests: | ||
|