Skip to content

Commit

Permalink
give attribution to previous work in nc package (#1474)
Browse files Browse the repository at this point in the history
Co-authored-by: Hadley Wickham <[email protected]>
  • Loading branch information
tdhock and hadley authored Nov 1, 2023
1 parent fc3b690 commit c9ca3cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
`separate()` and `extract()`, featuring improved performance, greater
consistency, a polished API, and a new approach for handling problems. They
use stringr and supersede `extract()`, `separate()`, and `separate_rows()`
(#1304).
(#1304).

The named character vector interface used in `separate_wider_regex()`
is very similar to the [nc](https://github.com/tdhock/nc) package by
Toby Dylan Hocking.

* `nest()` gains a `.by` argument which allows you to specify the columns to
nest by (rather than the columns to nest, i.e. through `...`). Additionally,
Expand Down

0 comments on commit c9ca3cf

Please sign in to comment.