Skip to content

Commit 4b55307

Browse files
committed
small updates
1 parent c2d7591 commit 4b55307

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Authors@R: c(
55
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre")),
66
person("Davis", "Vaughan", , "[email protected]", role = "aut"),
77
person("Emil", "Hvitfeldt", , "[email protected]", role = "ctb"),
8-
person("Posit Software, PBC", role = c("cph", "fnd"),
9-
comment = c(ROR = "03wc8by49"))
8+
person("Posit Software, PBC", role = c("cph", "fnd"))
109
)
1110
Maintainer: Max Kuhn <[email protected]>
1211
Description: A common interface is provided to allow users to specify a

tests/testthat/test-fit_interfaces.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ test_that("overhead of parsnip interface is minimal (#1071)", {
156156
skip_on_cran()
157157
skip_on_covr()
158158
skip_if_not_installed("bench")
159-
skip_if_not_installed("parsnip", minimum_version = "1.3.0")
159+
skip_if_not_installed("parsnip", minimum_version = "1.4.0")
160160

161161
bm <- bench::mark(
162162
time_engine = lm(mpg ~ ., mtcars),

0 commit comments

Comments
 (0)