-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.12 KB
/
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
41
Package: factcuratoR
Title: Functions to curate FACT data
Version: 1.2.0
Authors@R:
person(given = "Jacqueline",
family = "Tay",
role = c("aut", "cre"),
email = "jacquelinejtay@gmail.com.com")
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
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
dplyr (>= 1.0.4),
fuzzyjoin (>= 0.1.6),
lubridate (>= 1.7.9.2),
purrr (>= 0.3.4),
readr (>= 1.4.0),
stringr (>= 1.4.0),
tibble (>= 3.0.6),
tidyr (>= 1.1.2)
Imports:
dm (>= 0.2.6),
validate (>= 1.0.4),
magrittr,
DiagrammeR,
rlang,
stringi,
data.table,
stats,
utils
Suggests:
here,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3