Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Apr 2, 2023
1 parent ed1ec13 commit e786429
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.4.1.9000
Version: 0.4.2
Depends:
R (>= 3.2.0)
Imports:
Expand All @@ -22,7 +22,7 @@ Suggests:
rex,
rmarkdown,
testthat
Date: 2023-03-20
Date: 2023-04-02
Authors@R: c(
person("Alexis", "Sarda-Espinosa", role=c("cre", "aut"), email="alexis.sarda@gmail.com")
)
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# table.express 0.4.2
- Remove call to deprecated function.

# table.express 0.4.1

- Avoid potential deep copies in `left_join` with `data.table` as input (#22).
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.4.1
* Fix documentation for HTML Tidy and fix a bug.
## Update to version 0.4.2
* Remove call to deprecated function.

## Test environments
* Local GNU/Linux, R release
Expand Down

0 comments on commit e786429

Please sign in to comment.