Skip to content

Commit

Permalink
Merge pull request #163 from tidymodels/0-4-4-RC
Browse files Browse the repository at this point in the history
0.4.4 RC
  • Loading branch information
topepo authored Aug 17, 2022
2 parents 9597ad1 + abf7943 commit 54ca790
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down Expand Up @@ -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
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ knitr::opts_chunk$set(
)
```

# corrr <a href='https://corrr.tidymodels.org'><img src='man/figures/logo.png' align="right" height="139" /></a>
# corrr <a href='https://corrr.tidymodels.org'><img src='man/figures/logo.png' style='float: right' height="139" /></a>

<!-- badges: start -->
[![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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# corrr <a href='https://corrr.tidymodels.org'><img src='man/figures/logo.png' align="right" height="139" /></a>
# corrr <a href='https://corrr.tidymodels.org'><img src='man/figures/logo.png' style='float: right' height="139" /></a>

<!-- badges: start -->

Expand Down

0 comments on commit 54ca790

Please sign in to comment.