Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Jul 5, 2019
1 parent 8b9f536 commit e03a6f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1.9000
Version: 0.2.0
Depends:
R (>= 3.1.0)
Imports:
Expand All @@ -21,7 +21,7 @@ Suggests:
rex,
rmarkdown,
testthat
Date: 2019-06-29
Date: 2019-07-05
Authors@R: c(
person("Alexis", "Sarda-Espinosa", role=c("cre", "aut"), email="alexis.sarda@gmail.com")
)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# table.express 0.1.1.9000
# table.express 0.2.0

- Added joining verbs and a corresponding vignette describing them (#1).
- Added the `distinct` verb.
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

## Update to version 0.1.1.9000
Added joining verbs for two tables and fixed minor bugs.
## Update to version 0.2.0
Added joining verbs for two tables, improved consistency with dplyr, and fixed minor bugs.

## Test environments
* Local GNU/Linux, R release
Expand Down
2 changes: 1 addition & 1 deletion inst/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# table.express 0.1.1.9000
# table.express 0.2.0

- Added joining verbs and a corresponding vignette describing them.
- Added the `distinct` verb.
Expand Down

0 comments on commit e03a6f2

Please sign in to comment.