diff --git a/DESCRIPTION b/DESCRIPTION index 6e86bf0..c1ddd82 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: fastplyr Title: Fast Alternatives to 'tidyverse' Functions -Version: 0.2.0.9000 +Version: 0.3.0 Authors@R: person("Nick", "Christofides", , "nick.christofides.r@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9743-7342")) diff --git a/NEWS.md b/NEWS.md index 336e0a1..4a2c85a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,14 +1,12 @@ -# fastplyr (Development version) +# fastplyr 0.3.0 * `tidy_quantiles` gains dramatic speed and efficiency improvements. -* The `order` and `sort` argument for data frame functions has been superseded in -favour of `.order` and `.sort`. +* The `order` and `sort` arguments for data frame functions have been +superseded in favour of `.order` and `.sort`. -* `.order` arg has been added to `tidy_quantiles` to control the order of groups. - -* New argument `.order` added to `f_summarise` to allow for controlling -the sort-order of groups. +* New argument `.order` added to both `f_summarise` and `tidy_quantiles` +to allow for controlling the order of groups. * `rowwise_df` is now explicitly unsupported. To group by row, use `f_rowwise`. diff --git a/cran-comments.md b/cran-comments.md index f8b3bd0..71a007d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,4 @@ -* Upgraded to version 0.2.0 +* Upgraded to version 0.3.0 * Checked and passed using rhub v2.0.0 in the following environments: