Skip to content

Commit

Permalink
update for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed Nov 22, 2018
1 parent 5e0aa7d commit df8cf5e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions NEWS.md
@@ -1,3 +1,17 @@
# olsrr 0.5.2

This is a minor release to fix bugs from breaking changes in recipes package
and other enhancements.

## Enhancements

- variable selection procedures now return the final model as an object of
class `lm` ([#81](https://github.com/rsquaredacademy/olsrr/issues/81))
- data preparation functions of selected plots are now exported to enable end
users to create customized plots and to use plotting library of their
choice ([#86](https://github.com/rsquaredacademy/olsrr/issues/81))


# olsrr 0.5.1

This is a patch release to fix minor bugs and improve error messages.
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
@@ -1,6 +1,6 @@
## Test environments
* local Windows 10, R 3.5.0
* ubuntu 12.04 (on travis-ci), R 3.4.0, R 3.5.0, R-devel
* local Windows 10, R 3.5.1
* ubuntu 12.04 (on travis-ci), R 3.4.4, R 3.5.1, R-devel
* win-builder (devel and release)

## R CMD check results
Expand Down

0 comments on commit df8cf5e

Please sign in to comment.