-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1023 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
Package: usemodels
Title: Boilerplate Code for 'Tidymodels' Analyses
Version: 0.2.0.9000
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2402-136X")),
person("Posit Software, PBC", role = c("cph", "fnd"),
comment = c(ROR = "03wc8by49"))
)
Description: Code snippets to fit models using the tidymodels framework
can be easily created for a given data set.
License: MIT + file LICENSE
URL: https://usemodels.tidymodels.org/,
https://github.com/tidymodels/usemodels
BugReports: https://github.com/tidymodels/usemodels/issues
Depends:
R (>= 4.1)
Imports:
cli,
clipr,
dplyr,
purrr,
recipes (>= 0.1.15),
rlang,
tidyr,
tune (>= 0.1.2)
Suggests:
covr,
modeldata,
spelling,
testthat
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Config/usethis/last-upkeep: 2025-04-27
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2