diff --git a/DESCRIPTION b/DESCRIPTION index 3b01982a3..2f9b8329b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 3.0.0.9025 +Version: 3.0.0.9026 Date: 2025-09-04 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) diff --git a/NEWS.md b/NEWS.md index dbdcf0981..d46feda00 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 3.0.0.9025 +# AMR 3.0.0.9026 This is a bugfix release following the release of v3.0.0 in June 2025. diff --git a/vignettes/AMR_with_tidymodels.Rmd b/vignettes/AMR_with_tidymodels.Rmd index 3bb1b0529..938b97d7a 100644 --- a/vignettes/AMR_with_tidymodels.Rmd +++ b/vignettes/AMR_with_tidymodels.Rmd @@ -221,6 +221,12 @@ In this second example, we demonstrate how to use `` columns directly in `t This approach and idea formed the basis for the publication [DOI: 10.3389/fmicb.2025.1582703](https://doi.org/10.3389/fmicb.2025.1582703) to model the presence of extended-spectrum beta-lactamases (ESBL). +> NOTE: THIS EXAMPLE WILL BE AVAILABLE IN A NEXT VERSION (#TODO) +> +> The new AMR package version will contain new tidymodels selectors such as `step_mic_log2()`. + + + ---