Skip to content

Commit

Permalink
CRAN updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicChr committed Oct 20, 2024
1 parent 5963b1d commit fcc5882
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9743-7342"))
Expand Down
12 changes: 5 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit fcc5882

Please sign in to comment.