Skip to content

Commit

Permalink
changes for release (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo authored Feb 18, 2022
1 parent 2555625 commit c96c4d4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: usemodels
Title: Boilerplate Code for 'Tidymodels' Analyses
Version: 0.1.0.9000
Version: 0.2.0
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2402-136X")),
Expand Down Expand Up @@ -29,6 +29,5 @@ Config/Needs/website:tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export(use_kernlab_svm_rbf)
export(use_kknn)
export(use_ranger)
export(use_xgboost)
import(cli)
import(rlang)
import(tune)
importFrom(dplyr,one_of)
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# usemodels (development version)
# usemodels 0.2.0

* SVM (#14) and C5.0 (#9) models were added.

* Clipboard access is enabled in all `use_*()` functions using the `clipboard = TRUE` argument (#12).

Expand Down
1 change: 1 addition & 0 deletions R/0_imports.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

#' @import rlang
#' @import tune
#' @import cli
#' @importFrom purrr map_lgl
#' @importFrom recipes recipe %>% all_predictors
#' @importFrom dplyr select one_of pull
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ devtools::install_github("tidymodels/usemodels")

This project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.

- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on RStudio Community](https://rstd.io/tidymodels-community).
- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on RStudio Community](https://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question).

- If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/usemodels/issues).

- Either way, learn how to create and share a [reprex](https://rstd.io/reprex) (a minimal, reproducible example), to clearly communicate about your code.
- Either way, learn how to create and share a [reprex](https://reprex.tidyverse.org/articles/articles/learn-reprex.html) (a minimal, reproducible example), to clearly communicate about your code.

- Check out further details on [contributing guidelines for tidymodels packages](https://www.tidymodels.org/contribute/) and [how to get help](https://www.tidymodels.org/help/).

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ By contributing to this project, you agree to abide by its terms.

- For questions and discussions about tidymodels packages, modeling,
and machine learning, please [post on RStudio
Community](https://rstd.io/tidymodels-community).
Community](https://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question).

- If you think you have encountered a bug, please [submit an
issue](https://github.com/tidymodels/usemodels/issues).

- Either way, learn how to create and share a
[reprex](https://rstd.io/reprex) (a minimal, reproducible example),
[reprex](https://reprex.tidyverse.org/articles/articles/learn-reprex.html) (a minimal, reproducible example),
to clearly communicate about your code.

- Check out further details on [contributing guidelines for tidymodels
Expand Down

0 comments on commit c96c4d4

Please sign in to comment.