From 7528603e0df2e2c7c667fd764e732246342e663b Mon Sep 17 00:00:00 2001 From: asardaes Date: Mon, 3 Jun 2019 23:49:11 +0200 Subject: [PATCH] Bump version --- DESCRIPTION | 4 ++-- NEWS.md | 4 ++-- cran-comments.md | 2 +- inst/NEWS.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b475300..092dd47 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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: @@ -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="alexis.sarda@gmail.com") ) diff --git a/NEWS.md b/NEWS.md index fab5a3b..c3f001e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/cran-comments.md b/cran-comments.md index 9d8565c..f7c5529 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 diff --git a/inst/NEWS.md b/inst/NEWS.md index fd26ed7..7c66885 100644 --- a/inst/NEWS.md +++ b/inst/NEWS.md @@ -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.