when I'm trying to install.packages in R program I always face with this Error:
package or namespace load failed for ‘ggplot2’ in loadNamespace(i,
c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package
called ‘colorspace’
how can I fix?
I just tried to install packages like "pheatmap" and "ggplot2"
when I use the code: library("pheatmap")
, I face this error.