From 3c6181c35174fa0dc05f7df1cb386f16f565c075 Mon Sep 17 00:00:00 2001 From: drsimonj Date: Sat, 13 Aug 2016 07:29:16 +1000 Subject: [PATCH] Added v0.2.0 news --- NEWS.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 78c9d4d..e5e2959 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,20 @@ -# corrr 0.1.0.9000 +# corrr 0.2.0 + +## New Functions + +- `network_plot()` the correlations. +- `focus_()` for standard evaluation version of `focus()`. + +## New Functionality + +- `fashion()` will now attempt to work on any object (not just `cor_df`), making it useful for printing any data frame, matrix, vector, etc. +- `print_cor` argument added to `rplot()` to overlay the correlations as text. + +## Other + +- `na_omit` arguement in `stretch()` changed to `na.rm` to match `gather_()`. +- Bug fixes. +- Improvements. # corrr 0.1.0