Skip to content

Commit bf500c0

Browse files
committed
Updated NEWS.
1 parent c723d98 commit bf500c0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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)