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

More modify methods #463

Merged
merged 12 commits into from
Feb 11, 2018
Merged

Conversation

t-kalinowski
Copy link
Contributor

clean PR of #410 (one of these years I'll get the hang of git :)

Copy link
Member

@hadley hadley left a comment

Choose a reason for hiding this comment

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

Can you please also add a bullet point to news following http://style.tidyverse.org/news.html#during-development?

R/modify.R Outdated
@@ -87,6 +89,30 @@ modify.default <- function(.x, .f, ...) {
.x[] <- map(.x, .f, ...)
.x
}
#' @rdname modify
#' @export
modify.integer <- function (.x, .f, ...) {
Copy link
Member

Choose a reason for hiding this comment

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

I don’t think it’s necessary to document these individual methods - I think it makes the docs harder to understand.

@t-kalinowski
Copy link
Contributor Author

OK, please take a look.

@hadley hadley merged commit 977f1fd into tidyverse:master Feb 11, 2018
@hadley
Copy link
Member

hadley commented Feb 11, 2018

Thanks for all your hard work on this!

jennybc added a commit to tidyverse/googlesheets4 that referenced this pull request Apr 9, 2018
CRAN version does not preserve type of atomic vectors

tidyverse/purrr#417
tidyverse/purrr#463
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.

2 participants