Skip to content
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

Deprecate miscellaneous functions #931

Merged
merged 6 commits into from
Sep 12, 2022
Merged

Deprecate miscellaneous functions #931

merged 6 commits into from
Sep 12, 2022

Conversation

hadley
Copy link
Member

@hadley hadley commented Sep 11, 2022

Fixes #925

@hadley hadley requested a review from lionel- September 11, 2022 13:50
@@ -33,7 +33,7 @@
map_if <- function(.x, .p, .f, ..., .else = NULL) {
sel <- probe(.x, .p)

out <- list_along(.x)
out <- vector("list", length(.x))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or rep_along(.x, list())

@hadley hadley merged commit 63643bc into main Sep 12, 2022
@hadley hadley deleted the deprecate-misc branch September 12, 2022 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate misc functions
2 participants