From e2633abea5b7a19142b7baa70c313644416a4a4b Mon Sep 17 00:00:00 2001 From: Emil Hvitfeldt Date: Mon, 26 Jan 2026 15:23:02 -0800 Subject: [PATCH 1/2] update news --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) 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. From 616c419ae3122fa3d9b3b0799c54b2cda9270038 Mon Sep 17 00:00:00 2001 From: Emil Hvitfeldt Date: Mon, 26 Jan 2026 15:24:43 -0800 Subject: [PATCH 2/2] fix urls --- README.Rmd | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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).