How can I manage the Installation problem of R commander. I t displays a warrning message with list of loading programs and lastly with ''RcmdrMisc unable toload''
local({pkg <- select.list(sort(.packages(all.available = TRUE)),graphics=TRUE)
here is the problem
Hi Habtamu, and welcome to community.rstudio.com!
It looks like the RColorBrewer package is not installed. Try running install.packages("RColorBrewer").
RColorBrewer
install.packages("RColorBrewer")
Hi Kmprioli, I have solved the problem with you help. I spent almost a day and now finished. many many thanks to you!!!
You're quite welcome!