Package: table.express
Type: Package
Title: Build 'data.table' Expressions with Data Manipulation Verbs
Description: A specialization of 'dplyr' data manipulation verbs that parse and build expressions
    which are ultimately evaluated by 'data.table', letting it handle all optimizations. A set of
    additional verbs is also provided to facilitate some common operations on a subset of the data.
Version: 0.3.1
Depends: R (>= 3.1.0)
Imports: methods, stats, utils, data.table (>= 1.9.8), dplyr, magrittr,
        R6, rlang (>= 0.3.1), tidyselect
Suggests: knitr, rex, rmarkdown, testthat
Date: 2019-09-06
Authors@R: c(
        person("Alexis", "Sarda-Espinosa", role=c("cre", "aut"), email="alexis.sarda@gmail.com")
    )
BugReports: https://github.com/asardaes/table.express/issues
License: MPL-2.0
URL: https://asardaes.github.io/table.express,
        https://github.com/asardaes/table.express
Language: en-US
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Collate: 'DELIMITERS-chain.R' 'DELIMITERS-end_expr.R'
        'DELIMITERS-start_expr.R' 'R6-ExprBuilder.R'
        'R6-EagerExprBuilder.R' 'UTILS-frame_append.R' 'UTILS-misc.R'
        'UTILS-nest_expr.R' 'UTILS-tidyselect.R' 'VERBS-joins.R'
        'VERBS-anti_join.R' 'VERBS-arrange.R' 'VERBS-distinct.R'
        'VERBS-filter.R' 'VERBS-filter_on.R' 'VERBS-filter_sd.R'
        'VERBS-full_join.R' 'VERBS-group_by.R' 'VERBS-inner_join.R'
        'VERBS-key_by.R' 'VERBS-left_join.R' 'VERBS-max_by.R'
        'VERBS-min_by.R' 'VERBS-mutate.R' 'VERBS-mutate_join.R'
        'VERBS-mutate_sd.R' 'VERBS-order_by.R' 'VERBS-right_join.R'
        'VERBS-select.R' 'VERBS-semi_join.R' 'VERBS-summarize.R'
        'VERBS-transmute.R' 'VERBS-transmute_sd.R' 'VERBS-where.R'
        'pkg.R'
NeedsCompilation: no
Packaged: 2019-09-06 16:47:10 UTC; oso_a
Author: Alexis Sarda-Espinosa [cre, aut]
Maintainer: Alexis Sarda-Espinosa <alexis.sarda@gmail.com>
Repository: CRAN
Date/Publication: 2019-09-07 11:10:02 UTC
