-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rlang reconciliation #320
Labels
Comments
There's also the |
|
lionel-
added a commit
to lionel-/lowliner
that referenced
this issue
Nov 22, 2018
lionel-
added a commit
to lionel-/lowliner
that referenced
this issue
Nov 23, 2018
purrr's |
lionel-
added a commit
that referenced
this issue
Dec 11, 2018
The rlang version is more consistent with `@` Part of #320
lionel-
added a commit
that referenced
this issue
Dec 21, 2018
lionel-
added a commit
to r-lib/rlang
that referenced
this issue
Jun 11, 2019
Closes #766 Part of tidyverse/purrr#320
As of today: conflicted::conflict_scout(c("purrr", "rlang"))
#> 10 conflicts:
#> * `%@%` : purrr, rlang
#> * `as_function`: purrr, rlang
#> * `flatten` : purrr, rlang
#> * `flatten_chr`: purrr, rlang
#> * `flatten_dbl`: purrr, rlang
#> * `flatten_int`: purrr, rlang
#> * `flatten_lgl`: purrr, rlang
#> * `flatten_raw`: purrr, rlang
#> * `invoke` : purrr, rlang
#> * `splice` : purrr, rlang Created on 2022-08-24 by the reprex package (v2.0.1) |
So I think we're done here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to resolve inconsistencies, and make sure only lives in one place. (purrr should probably re-export)
set_names()
invoke()
rep_along()
%||%
purrr::as_function()
(defunct in purrr 0.3.0)%@%
(soft-deprecated in purrr 0.3.0)list_along()
(soft-deprecated in rlang 0.2.0)modify()
(questioning in rlang 0.3.0)prepend()
(questioning in rlang 0.3.0)flatten()
(vctrs milestone)squash()
(vctrs milestone)splice()
The text was updated successfully, but these errors were encountered: