Package: seplyr
Type: Package
Title: Standard Evaluation Interfaces for Common 'dplyr' Tasks
Version: 0.1.5
Date: 2017-08-28
Authors@R: c(
    person("John", "Mount", email = "jmount@win-vector.com", role = c("aut", "cre")),
    person(family = "Win-Vector LLC", role = c("cph"))
    )
Maintainer: John Mount <jmount@win-vector.com>
URL: https://github.com/WinVector/seplyr/,
        https://winvector.github.io/seplyr/
BugReports: https://github.com/WinVector/seplyr/issues
Description: The 'seplyr' (standard evaluation data.frame 'dplyr') package supplies
    standard evaluation adapter methods for important common 'dplyr' methods
    that currently have a non-standard programming interface. This allows
    the analyst to use 'dplyr' to perform fundamental data transformation
    steps such as arranging rows, grouping rows, aggregating selecting
    columns without having to use learn the details of 'rlang'/'tidyeval'
    non-standard evaluation and without continuing to rely on now
    deprecated 'dplyr' "underscore verbs."
    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), and 'add_group_indices()' (which adds
    per-group identifies to a 'data.frame' without depending on row-order).
License: GPL-3
Encoding: UTF-8
Depends: wrapr (>= 0.4.1)
Imports: dplyr (>= 0.7.1), rlang (>= 0.1.1), datasets
LazyData: true
RoxygenNote: 6.0.1
Suggests: glue, knitr, rmarkdown, testthat
VignetteBuilder: knitr
ByteCompile: true
NeedsCompilation: no
Packaged: 2017-08-28 14:28:12 UTC; johnmount
Author: John Mount [aut, cre],
  Win-Vector LLC [cph]
Repository: CRAN
Date/Publication: 2017-08-28 14:35:50 UTC
