Skip to content

Commit

Permalink
Added v0.2.0 news
Browse files Browse the repository at this point in the history
  • Loading branch information
drsimonj committed Aug 12, 2016
1 parent 8ca6387 commit 3c6181c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3c6181c

Please sign in to comment.