@@ -6,12 +6,13 @@ Authors@R: c(
6
6
comment = c(ORCID = "0000-0002-6049-5258")),
7
7
person("Fanny", "Chow", , "
[email protected] ", role = "aut"),
8
8
person("Max", "Kuhn", , "
[email protected] ", role = "aut"),
9
- person("Michael", "Mahoney", , "
[email protected] ", role =
c( "aut"
) ,
9
+ person("Michael", "Mahoney", , "
[email protected] ", role = "aut",
10
10
comment = c(ORCID = "0000-0003-2402-304X")),
11
- person("Julia", "Silge", , "
[email protected] ", role =
c( "aut"
) ,
11
+ person("Julia", "Silge", , "
[email protected] ", role = "aut",
12
12
comment = c(ORCID = "0000-0002-3671-836X")),
13
13
person("Hadley", "Wickham", , "
[email protected] ", role = "aut"),
14
- person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49"))
14
+ person("Posit Software, PBC", role = c("cph", "fnd"),
15
+ comment = c(ROR = "03wc8by49"))
15
16
)
16
17
Description: Classes and functions to create and summarize different types
17
18
of resampling objects (e.g. bootstrap, cross-validation).
@@ -52,13 +53,9 @@ Suggests:
52
53
xml2
53
54
VignetteBuilder:
54
55
knitr
55
- Config/Needs/website:
56
- GGally,
57
- nlstools,
58
- tidymodels,
59
- tidyverse/tidytemplate
56
+ Config/Needs/website: GGally, nlstools, tidymodels, tidyverse/tidytemplate
57
+ Config/testthat/edition: 3
58
+ Config/usethis/last-upkeep: 2025-04-23
60
59
Encoding: UTF-8
61
60
Roxygen: list(markdown = TRUE)
62
61
RoxygenNote: 7.3.2
63
- Config/testthat/edition: 3
64
- Config/usethis/last-upkeep: 2025-04-23
0 commit comments