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

Standardise get_*, set_*, update_* and replace_* prefixes. #5802

Merged
merged 10 commits into from
May 20, 2024

Conversation

teunbrand
Copy link
Collaborator

This PR aims to fix #5568.

Briefly, this PR adds new prefixed versions of getters/setters/updaters/replacer functions.
What function names have changed is included in the news bullet.
The suffixed versions are kept for backward compatibility.

Copy link
Member

@thomasp85 thomasp85 left a comment

Choose a reason for hiding this comment

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

LGTM

teunbrand and others added 3 commits May 20, 2024 14:26
Merge branch 'main' into getters_setters_updaters

# Conflicts:
#	tests/testthat/test-stat-align.R
#	tests/testthat/test-stat-density.R
@teunbrand teunbrand merged commit f7cf2af into tidyverse:main May 20, 2024
13 checks passed
@teunbrand teunbrand deleted the getters_setters_updaters branch May 20, 2024 12:53
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.

Standardise getters, setters and updaters
2 participants