diff --git a/DESCRIPTION b/DESCRIPTION index 0598ce3..776e835 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: corrr Title: Correlations in R -Version: 0.4.3.9000 +Version: 0.4.4 Authors@R: c( person("Max", "Kuhn", , "max@rstudio.com", role = c("aut", "cre")), person("Simon", "Jackson", role = "aut"), @@ -39,7 +39,6 @@ VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate Encoding: UTF-8 -LazyData: yes Roxygen: list(markdown = TRUE) -RoxygenNote: 7.1.2.9000 +RoxygenNote: 7.2.1.9000 Config/testthat/edition: 3 diff --git a/NEWS.md b/NEWS.md index 2eb2da0..c465d36 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,11 @@ -# corrr (development version) +# corrr 0.4.4 - Make `colpair_map()` more robust to input column names, with the exception of ".data" and ".env" (@jameslairdsmith, #131). - `correlate()` now removes non-numeric columns from data frame inputs (@thisisdaryn, #139). -- `autoplot.cor_df()` method have been added fot quick generation of correlation chart. + +- `autoplot.cor_df()` method have been added for quick generation of correlation chart. + - `network_plot()` now allows the user the option to map the color range to the range of correlations that are in the input `rdf` (@thisisdaryn, #158). # corrr 0.4.3 diff --git a/README.Rmd b/README.Rmd index 904c138..dca9d76 100644 --- a/README.Rmd +++ b/README.Rmd @@ -12,7 +12,7 @@ knitr::opts_chunk$set( ) ``` -# corrr +# corrr [![R-CMD-check](https://github.com/tidymodels/corrr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidymodels/corrr/actions/workflows/R-CMD-check.yaml) diff --git a/README.md b/README.md index dceed43..856143e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# corrr +# corrr