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

Using native pipe but DESCRIPTION says R >= 3.5 is supported #100

Open
egillax opened this issue Aug 14, 2024 · 1 comment
Open

Using native pipe but DESCRIPTION says R >= 3.5 is supported #100

egillax opened this issue Aug 14, 2024 · 1 comment

Comments

@egillax
Copy link

egillax commented Aug 14, 2024

In two places in attributes-concept Capr uses the native pipe |> which is only supported in R >= 4.1. However the DESCRIPTION file says R >= 3.5 is supported.

Probably you should change the pipe to %>% like elsewhere in the package?

@mdlavallee92
Copy link
Collaborator

hey @egillax thanks for your issue! yes that needs to be changed. I have gotten into the habit of using the native pipe now.

i will add this as a change....if you have time feel free to make a PR targeting develop to update this

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

2 participants