Skip to content

Commit 48638fa

Browse files
authored
Remove deprecated future_invoke_map() family (#301)
1 parent 391ce92 commit 48638fa

File tree

5 files changed

+2
-469
lines changed

5 files changed

+2
-469
lines changed

NAMESPACE

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ export(future_imap_dfr)
2626
export(future_imap_int)
2727
export(future_imap_lgl)
2828
export(future_imap_vec)
29-
export(future_invoke_map)
30-
export(future_invoke_map_chr)
31-
export(future_invoke_map_dbl)
32-
export(future_invoke_map_dfc)
33-
export(future_invoke_map_dfr)
34-
export(future_invoke_map_int)
35-
export(future_invoke_map_lgl)
3629
export(future_iwalk)
3730
export(future_map)
3831
export(future_map2)

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Breaking changes
44

5+
* All deprecated `future_invoke_map_*()` variants have been removed.
6+
57
* All `*_raw()` variants from purrr have been removed, such as
68
`future_map_raw()`. purrr 1.0.0 has deprecated these, they have limited use,
79
and as far as we can tell no packages were using them (#298).

R/future-invoke-map.R

Lines changed: 0 additions & 232 deletions
This file was deleted.

man/future_invoke_map.Rd

Lines changed: 0 additions & 139 deletions
This file was deleted.

0 commit comments

Comments
 (0)