-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
44 lines (44 loc) · 934 Bytes
/
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
42
43
44
Package: measure
Title: A Recipes-style Interface to Tidymodels for Analytical Measurements
Version: 0.0.1.9000
Authors@R:
person("James", "Wade", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9740-1905"))
Description: Analytical measurements...
License: MIT + file LICENSE
URL: https://jameshwade.github.io/measure,
https://github.com/jameshwade/measure
BugReports: https://github.com/jameshwade/measure/issues
Depends:
R (>= 3.5.0),
recipes
Imports:
cli,
dials,
dplyr,
generics,
glue,
IDPmisc,
purrr,
rlang,
tibble,
tidyr,
vctrs
Suggests:
covr,
knitr,
modeldata,
prospectr,
rmarkdown,
roxygen2,
testthat (>= 3.0.0),
tidymodels,
tidyverse,
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1