Skip to content

Commit

Permalink
Regenerate doc and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Aug 24, 2022
1 parent 6f18b3a commit 9dfb654
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 63 deletions.
2 changes: 1 addition & 1 deletion 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.0.9000
Version: 0.4.1
Depends:
R (>= 3.2.0)
Imports:
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# table.express 0.4.1

- Avoid potential deep copies in `left_join` with `data.table` as input (#22).
- Fix HTML documentation.

# table.express 0.4.0

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.0
* Improvements to support more dplyr idioms.
## Update to version 0.4.1
* Fix documentation for HTML Tidy and fix a bug.

## Test environments
* Local GNU/Linux, R release
Expand Down
54 changes: 27 additions & 27 deletions man/EagerExprBuilder.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 33 additions & 33 deletions man/ExprBuilder.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9dfb654

Please sign in to comment.