diff --git a/DESCRIPTION b/DESCRIPTION index 977969a..db7bb2e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rsparkling Title: R Interface for H2O Sparkling Water -Version: 0.2.0 +Version: 0.2.1 Authors@R: c( person("JJ", "Allaire", role = c("aut"), email = "jj@rstudio.com"), person("Erin", "LeDell", role = c("aut"), email = "erin@h2o.ai"), diff --git a/NEWS.md b/NEWS.md index 937a33d..edf7191 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,14 @@ **If you are viewing this file on CRAN, please check latest news on GitHub [here](https://github.com/h2oai/rsparkling/blob/master/NEWS.md).** +rsparkling 0.2.1 (2017-06-30) +----------------- +* Patch fix: + * Add duke dependency(`no.priv.garshol.duke:duke:1.2`) to `spark_dependency()` in `package.R`, which will help loading the latest H2O (>= 3.10.5.2). +* Notes: + * Update to [nycflights13.R example](https://github.com/h2oai/rsparkling/blob/master/inst/examples/nycflights13.R) + * Added latest `rsparkling` integration information [here](https://github.com/h2oai/rsparkling#install-h2o) + * Updates to `rsparkling`[README](https://github.com/h2oai/rsparkling/blob/master/README.md) + rsparkling 0.2.0 (2017-03-15) ----------------- * New Features: