sammo3182 / drhur

package for the workshops of "Learning R with Dr. Hu"
Other
17 stars 7 forks source link

ggradar package is needed for "visualize" #15

Closed BrandNewJimZhang closed 1 year ago

BrandNewJimZhang commented 1 year ago

For further reference, if users do drhur("visualize") and terminal echos

package 'ggradar' is not available for this version of R

ggradar is not a package published on CRAN, it can be installed via devtools:

install.packages("devtools")
devtools::install_github("ricardo-bion/ggradar", dependencies=TRUE)
sammo3182 commented 1 year ago

Thank you, @BrandNewJimZhang! The error should be fixed in the latest developed version and there will be a new released version coming soon.