Skip to content

Commit

Permalink
1.0.0 CRAN release (#63)
Browse files Browse the repository at this point in the history
* version bumps

* version spec

* no remotes
  • Loading branch information
topepo authored Jun 17, 2022
1 parent ced741f commit b28c938
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: baguette
Title: Efficient Model Functions for Bagging
Version: 0.2.0.9000
Version: 1.0.0
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2402-136X")),
Expand All @@ -15,7 +15,7 @@ URL: https://baguette.tidymodels.org,
https://github.com/tidymodels/baguette
BugReports: https://github.com/tidymodels/baguette/issues
Depends:
parsnip (>= 0.2.0),
parsnip (>= 1.0.0),
R (>= 3.4)
Imports:
butcher,
Expand All @@ -25,7 +25,7 @@ Imports:
earth,
furrr,
generics,
hardhat (>= 0.1.4),
hardhat (>= 1.1.0),
magrittr,
purrr,
rlang,
Expand All @@ -45,10 +45,8 @@ Suggests:
testthat (>= 3.0.0),
yardstick
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2.9000
Remotes:
tidymodels/parsnip#692
Config/testthat/edition: 3
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# baguette (development version)
# baguette 1.0.0

* Enable case weights for `bagger()`.

Expand Down

0 comments on commit b28c938

Please sign in to comment.