Skip to content

Commit

Permalink
version bump and small changes for release (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo authored Feb 21, 2022
1 parent 8d30ab7 commit d3316ef
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 16 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: finetune
Title: Additional Functions for Model Tuning
Version: 0.1.0.9001
Version: 0.1.1
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2402-136X")),
Expand All @@ -24,15 +24,13 @@ Imports:
dplyr,
ggplot2,
purrr,
ranger,
rlang,
tibble,
tidyr,
tidyselect,
utils,
vctrs,
workflows (>= 0.2.3),
yardstick
workflows (>= 0.2.3)
Suggests:
BradleyTerry2,
covr,
Expand All @@ -41,11 +39,13 @@ Suggests:
lme4,
modeldata,
parsnip,
ranger,
recipes (>= 0.1.15),
rpart,
rsample,
spelling,
testthat
testthat,
yardstick
Config/Needs/website:
tidyverse/tidytemplate
Config/testthat/edition: 3
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# finetune (development version)
# finetune 0.1.1

* `tune_sim_anneal()` only overwrites tuning parameter information when they originally contain unknowns.

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ knitr::opts_chunk$set(
# finetune <a href='https://finetune.tidymodels.org'><img src='man/figures/logo.png' align="right" height="138" /></a>

<!-- badges: start -->
[![Codecov test coverage](https://codecov.io/gh/tidymodels/finetune/branch/main/graph/badge.svg)](https://codecov.io/gh/tidymodels/finetune?branch=main)
[![Codecov test coverage](https://codecov.io/gh/tidymodels/finetune/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/finetune?branch=main)
[![R-CMD-check](https://github.com/tidymodels/finetune/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/finetune/actions)
[![Lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
<!-- badges: end -->
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- badges: start -->

[![Codecov test
coverage](https://codecov.io/gh/tidymodels/finetune/branch/main/graph/badge.svg)](https://codecov.io/gh/tidymodels/finetune?branch=main)
coverage](https://codecov.io/gh/tidymodels/finetune/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/finetune?branch=main)
[![R-CMD-check](https://github.com/tidymodels/finetune/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/finetune/actions)
[![Lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
<!-- badges: end -->
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Technometrics
tibble
Codecov
preprocessor
Lifecycle
16 changes: 8 additions & 8 deletions man/tune_race_anova.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3316ef

Please sign in to comment.