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

Add support for rlang anonymous function to fmt() - closes #1762 #1813

Merged
merged 3 commits into from
Aug 8, 2024

Conversation

LukasWallrich
Copy link
Contributor

@LukasWallrich LukasWallrich commented Aug 1, 2024

This adds support for anonymous functions in rlang style to fmt(), in line with the discussion (and helpful suggestions by @olivroy) in #1762. It also documents explicitly that anonymous functions (of both base R and rlang flavors) can be used in fmt()

Checklist

Fixes: #1762

@CLAassistant
Copy link

CLAassistant commented Aug 1, 2024

CLA assistant check
All committers have signed the CLA.

@rich-iannone rich-iannone self-requested a review August 7, 2024 00:43
Copy link
Member

@rich-iannone rich-iannone left a comment

Choose a reason for hiding this comment

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

LGTM!

@rich-iannone rich-iannone merged commit 9394c71 into rstudio:master Aug 8, 2024
13 checks passed
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.

Improve error message when user attempts to call purrr-style function in fmt?
3 participants