Hello,
I am having trouble installing ComplexHeatmap and its dependencies in r. It used to work in my previous lower R versions but when I upgraded the software to what my operating system can take (Mac OS X EL Capitan version 10.11.6) which is R version 3.6.3 I run into issues of not being able to install dependencies like the ones below.
library("ComplexHeatmap", lib.loc="/Library/Frameworks/R.framework/Versions/3.6/Resources/library")
Loading required package: grid
Error: package or namespace load failed for ‘ComplexHeatmap’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘rjson’
Upon trying to install "rjson"
install.packages("rjson")
Warning in install.packages :
package ‘rjson’ is not available (for R version 3.6.3)
Another package required for ComplexHeatmap is Heatmap. Trying to install it is get the information below.
install.packages("Heatmap")
Warning in install.packages :
package ‘Heatmap’ is not available (for R version 3.6.3)
I have also tried to resolve these issues following the discussion in this forum in vain. May I get help from someone please.
Thanks