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 ellipsis dependency + avoid tidyselect deprecated syntax #193

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

olivroy
Copy link

@olivroy olivroy commented Jul 2, 2024

Increase dependency on R 3.5 (due to usage of ...length(). (although 4.1 is actually required due to some usage of |>.

Increased dependency on dplyr 1.1 (relocate() is used in the code)

More info https://dplyr.tidyverse.org/articles/programming.html

rlang also provides dots_n() which can be used.

Also added website to DESCRIPTION for discoverability

@thackl
Copy link
Owner

thackl commented Jul 4, 2024

Thanks @olivroy for checking these! I'll have to time to check/merge things probably next week.

Going forward, I'm planning to move to R 4.1, though. I'm going to use |> in all new code and I'm currently porting all examples to |> as well.

@olivroy
Copy link
Author

olivroy commented Jul 4, 2024

Sounds good! Yeah, I noticed #164, but didn't want to overstep since it was unnecessary to this PR. If you have difficulty following, and / or would like me to split this in 2 PRs, let me know!

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