Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Jun 3, 2019
1 parent 878ef5a commit 7528603
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.1.0.9000
Version: 0.1.1
Depends:
R (>= 3.1.0)
Imports:
Expand All @@ -21,7 +21,7 @@ Suggests:
rex,
rmarkdown,
testthat
Date: 2019-06-02
Date: 2019-06-03
Authors@R: c(
person("Alexis", "Sarda-Espinosa", role=c("cre", "aut"), email="[email protected]")
)
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# table.express 0.1.0.9000
# table.express 0.1.1

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

# table.express 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

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

## Test environments
Expand Down
4 changes: 2 additions & 2 deletions inst/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# table.express 0.1.0.9000
# table.express 0.1.1

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

0 comments on commit 7528603

Please sign in to comment.