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)
- if(nchar(pkg)) library(pkg, character.only=TRUE)})
Loading required package: splines
Loading required package: RcmdrMisc
Loading required package: car
Loading required package: carData
Loading required package: sandwich
Error: package or namespace load failed for ‘RcmdrMisc’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘RColorBrewer’
Error: package ‘RcmdrMisc’ could not be loaded
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")
.
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!