-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathDESCRIPTION
More file actions
61 lines (61 loc) · 1.73 KB
/
DESCRIPTION
File metadata and controls
61 lines (61 loc) · 1.73 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: rsample
Title: General Resampling Infrastructure
Version: 1.3.2.9000
Authors@R: c(
person("Hannah", "Frick", , "hannah@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6049-5258")),
person("Fanny", "Chow", , "fannybchow@gmail.com", role = "aut"),
person("Max", "Kuhn", , "max@posit.co", role = "aut"),
person("Michael", "Mahoney", , "mike.mahoney.218@gmail.com", role = "aut",
comment = c(ORCID = "0000-0003-2402-304X")),
person("Julia", "Silge", , "julia.silge@posit.co", role = "aut",
comment = c(ORCID = "0000-0002-3671-836X")),
person("Hadley", "Wickham", , "hadley@posit.co", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd"),
comment = c(ROR = "03wc8by49"))
)
Description: Classes and functions to create and summarize different types
of resampling objects (e.g. bootstrap, cross-validation).
License: MIT + file LICENSE
URL: https://rsample.tidymodels.org, https://github.com/tidymodels/rsample
BugReports: https://github.com/tidymodels/rsample/issues
Depends:
R (>= 4.1)
Imports:
cli,
dplyr (>= 1.1.1),
furrr,
generics,
glue,
lifecycle,
methods,
pillar,
purrr (>= 1.0.0),
rlang (>= 1.1.0),
slider (>= 0.1.5),
tibble,
tidyr,
tidyselect,
vctrs (>= 0.5.0)
Suggests:
broom,
covr,
ggplot2,
knitr,
modeldata,
recipes (>= 0.1.4),
rmarkdown,
stats,
testthat (>= 3.0.0),
utils,
whisker,
withr,
xml2
VignetteBuilder:
knitr
Config/Needs/website: GGally, nlstools, tidymodels, tidyverse/tidytemplate
Config/testthat/edition: 3
Config/usethis/last-upkeep: 2025-04-23
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3