seplyr: Improved Standard Evaluation Interfaces for Common Data Manipulation Tasks

The 'seplyr' (standard evaluation plying) package supplies improved standard evaluation adapter methods for important common 'dplyr' data manipulation tasks. In addition the 'seplyr' package supplies several new "key operations bound together" methods. These include 'group_summarize()' (which combines grouping, arranging and calculation in an atomic unit), 'add_group_summaries()' (which joins grouped summaries into a 'data.frame' in a well documented manner), 'add_group_indices()' (which adds per-group identifiers to a 'data.frame' without depending on row-order), 'partition_mutate_qt()' (which optimizes mutate sequences), and 'if_else_device()' (which simulates per-row if-else blocks in expression sequences).

Version: 1.0.4
Depends: R (≥ 3.4.0), wrapr (≥ 2.0.8)
Imports: dplyr (≥ 0.8.5), rlang, tidyr
Suggests: knitr, rmarkdown, tinytest
Published: 2021-09-02
Author: John Mount [aut, cre], Win-Vector LLC [cph]
Maintainer: John Mount <jmount at win-vector.com>
BugReports: https://github.com/WinVector/seplyr/issues
License: GPL-2 | GPL-3
URL: https://github.com/WinVector/seplyr/, https://winvector.github.io/seplyr/
NeedsCompilation: no
Materials: README NEWS
CRAN checks: seplyr results

Documentation:

Reference manual: seplyr.pdf
Vignettes: Mutate Partitioner
Named Map Builder
rename_se
seplyr
Using seplyr to Program Over dplyr

Downloads:

Package source: seplyr_1.0.4.tar.gz
Windows binaries: r-devel: seplyr_1.0.4.zip, r-release: seplyr_1.0.4.zip, r-oldrel: seplyr_1.0.4.zip
macOS binaries: r-release (arm64): seplyr_1.0.4.tgz, r-oldrel (arm64): seplyr_1.0.4.tgz, r-release (x86_64): seplyr_1.0.4.tgz, r-oldrel (x86_64): seplyr_1.0.4.tgz
Old sources: seplyr archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=seplyr to link to this page.