Skip to content

Commit 199bb17

Browse files
committed
Updated NEWS.
1 parent 2183dc5 commit 199bb17

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ New utilities
2626
- New function, `replace()`, a more pipe-friendly drop-in replacement
2727
for `base::replace()` for which replacement indices and values can
2828
be specified as functions evaluated on the input vector.
29+
`replace()<-` is also implemented, allowing the list to be modified
30+
in place.
2931

3032
Enhancements to existing utilities
3133
----------------------------------

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
* New functions, `ERRVL2()` and `ERRVL3()` that, unlike `ERRVL()`, do not require the expressions to be wrapped in `try()`.
1414

15-
* New function, `replace()`, a more pipe-friendly drop-in replacement for `base::replace()` for which replacement indices and values can be specified as functions evaluated on the input vector.
15+
* New function, `replace()`, a more pipe-friendly drop-in replacement for `base::replace()` for which replacement indices and values can be specified as functions evaluated on the input vector. `replace()<-` is also implemented, allowing the list to be modified in place.
1616

1717
## Enhancements to existing utilities
1818

0 commit comments

Comments
 (0)