Install ggradar function

Hello,
I have a problem with downloading ggradar function. In fact, I cannot download it, I'm using this script

library(devtools)
install_github("ricardo-bion/ggradar")

But it's not working, in plus it's masking other packages. My Rstudio version is 3.4.4.
So I would really appreciate some solutions for this issue.
Thanks a lot

Try

devtools::install_github("ricardo-bion/ggradar", dependencies=TRUE)

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.