Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Feb 13, 2025
1 parent c2d7591 commit 4b55307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre")),
person("Davis", "Vaughan", , "[email protected]", role = "aut"),
person("Emil", "Hvitfeldt", , "[email protected]", role = "ctb"),
person("Posit Software, PBC", role = c("cph", "fnd"),
comment = c(ROR = "03wc8by49"))
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Maintainer: Max Kuhn <[email protected]>
Description: A common interface is provided to allow users to specify a
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-fit_interfaces.R
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ test_that("overhead of parsnip interface is minimal (#1071)", {
skip_on_cran()
skip_on_covr()
skip_if_not_installed("bench")
skip_if_not_installed("parsnip", minimum_version = "1.3.0")
skip_if_not_installed("parsnip", minimum_version = "1.4.0")

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

0 comments on commit 4b55307

Please sign in to comment.