Skip to content

Commit

Permalink
Bump version for minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
egnha committed Jun 27, 2019
1 parent 6119d07 commit c248f69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gestalt
Title: Tools for Making and Combining Functions
Version: 0.1.7.9000
Version: 0.1.8
Authors@R: person("Eugene", "Ha", , "[email protected]", c("aut", "cre"))
Description: Provides a suite of function-building tools centered around a
(forward) composition operator, %>>>%, which extends the semantics of the
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# gestalt

## 0.1.8

* The environment of a partial function expression in a `%>>>%` chain
(e.g., the base-3 logarithm in `abs %>>>% log(base = 3)`) is now properly
captured. Previously, it was erroneously matched to an rlang data mask, due
to an internal call to `rlang::eval_tidy()` using positional arguments.

## 0.1.7

* In a `%>>>%` chain, a point (`.`) is now only matched as an argument value
Expand Down

0 comments on commit c248f69

Please sign in to comment.