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

Include new operators from R >=v4.1 #28

Open
matt-dray opened this issue Jun 17, 2022 · 3 comments
Open

Include new operators from R >=v4.1 #28

matt-dray opened this issue Jun 17, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@matt-dray
Copy link
Owner

matt-dray commented Jun 17, 2022

Allow for the new pipe |> and 'lambda' anonymous function syntax \() to be detected. The latter is more tricky than e.g. function(x), of course.

@matt-dray matt-dray added the enhancement New feature or request label Feb 7, 2023
@matt-dray
Copy link
Owner Author

r"{}", %||%.

@matt-dray
Copy link
Owner Author

|> is going to be troublesome because:

substitute(x |> print())
# print(x)

@matt-dray
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant