ggradar
ggradar copied to clipboard
ERROR: unable to collate and parse R files for package ‘ggradar’
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)
Hi Zoe,
Try to upgrade your R to 4.1+ as I utilized the native pipe operator (|>) here.
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.
@tonyy0001 Now it works, thanks!