Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Jun 2, 2019
1 parent a289cab commit 878ef5a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@
^appveyor\.yml$
^codecov\.R
^docs$
^inst/_pkgdown\.yml$
^pkgdown$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: table.express
Type: Package
Title: Building 'data.table' Expressions with Data Manipulation Verbs
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 are also provided to facilitate some common operations on a subset of the data.
additional verbs is also provided to facilitate some common operations on a subset of the data.
Version: 0.1.0.9000
Depends:
R (>= 3.1.0)
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# table.express 0.1.0.9000

- Let `transmute_sd` build expressions with `lapply` when `.how` is a function and `.SDcols` is
character or numeric.
- Support integer input in `select`.
- Removed `tracemem` example from vignette to avoid CRAN problems.

# table.express 0.1.0

- Initial version with single-table verbs.
1 change: 1 addition & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

## Update to version ...
* Removed code that called tracemem() to avoid error while building vignette.

## Test environments
* Local GNU/Linux, R release
Expand Down
5 changes: 4 additions & 1 deletion inst/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# table.express 0.1.0.9000

- TBD
- Let `transmute_sd` build expressions with `lapply` when `.how` is a function and `.SDcols` is
character or numeric.
- Support integer input in `select`.
- Removed `tracemem` example from vignette to avoid CRAN problems.

0 comments on commit 878ef5a

Please sign in to comment.