Closed BrandNewJimZhang closed 1 year ago
For further reference, if users do drhur("visualize") and terminal echos
drhur("visualize")
package 'ggradar' is not available for this version of R
ggradar is not a package published on CRAN, it can be installed via devtools:
ggradar
devtools
install.packages("devtools") devtools::install_github("ricardo-bion/ggradar", dependencies=TRUE)
Thank you, @BrandNewJimZhang! The error should be fixed in the latest developed version and there will be a new released version coming soon.
For further reference, if users do
drhur("visualize")
and terminal echosggradar
is not a package published on CRAN, it can be installed viadevtools
: