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

Drop trailing comma #23

Open
danwwilson opened this issue Sep 13, 2023 · 0 comments
Open

Drop trailing comma #23

danwwilson opened this issue Sep 13, 2023 · 0 comments

Comments

@danwwilson
Copy link

I'm using breaker of chains in a {targets} pipeline and had the experience of the following code

 my_target = some_function(p1, p2) |>
    do_thing(),

> Error in parse(text = broken_chain) : <text>:2:22: unexpected ','

I understand this could create other challenges, but, it would be great if the {breakerofchains} was able to drop the trailing , to work nicely in targets pipelines. I'm not sure if that creates issues because it's in a list() or tar_plan() object or not though.

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

No branches or pull requests

1 participant