diff --git a/NEWS.md b/NEWS.md index 15b88cd..406d379 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # rules (development version) +* Allow for `objective` to be passed through `xrf_fit()`. (#96) + # rules 1.0.2 * Updated Authors@R. diff --git a/README.Rmd b/README.Rmd index 8a1ccca..22e740e 100644 --- a/README.Rmd +++ b/README.Rmd @@ -74,7 +74,7 @@ dplyr::anti_join( This project is released with a [Contributor Code of Conduct](https://www.contributor-covenant.org/version/2/1/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://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question). +- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on Posit Community](https://forum.posit.co/new-topic?category_id=15&tags=tidymodels,question). - If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/rules/issues). diff --git a/README.md b/README.md index 614abe8..da9abd7 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ Conduct](https://www.contributor-covenant.org/version/2/1/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://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question). + machine learning, please [post on Posit + Community](https://forum.posit.co/new-topic?category_id=15&tags=tidymodels,question). - If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/rules/issues).