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

ERROR: unable to collate and parse R files for package ‘ggradar’ #61

Open
ZoeLin1130 opened this issue Apr 27, 2023 · 3 comments
Open

Comments

@ZoeLin1130
Copy link

Hi, I really like your package, but I got this error:

ERROR: unable to collate and parse R files for package ‘ggradar’

when installing this package from github with devtools::install_github("ricardo-bion/ggradar", dependencies = TRUE)

@ZoeLin1130
Copy link
Author

image

@tonyy01
Copy link
Contributor

tonyy01 commented Apr 27, 2023

Hi Zoe,

Try to upgrade your R to 4.1+ as I utilized the native pipe operator (|>) here.

image

image

I don't think it is necessary to make the function compatible for lower R version since 4.1 has been released for about 2 years and many packages have already been dependent on it.

In addition, the native pipe operator will be available in early 2023 (H. Wickham & G. Grolemund, 2021). You can check it on https://r4ds.hadley.nz/workflow-style.html#sec-pipes.

@ZoeLin1130
Copy link
Author

@tonyy0001 Now it works, thanks!

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