I am trying to install package ComplexHeatmap using these commands
source("https://bioconductor.org/biocLite.R") biocLite("ComplexHeatmap")
but i get this error
library("ComplexHeatmap")
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘modeltools’
Error: package or namespace load failed for ‘ComplexHeatmap’
so it try to install modetools but it says
Warning message:
package ‘modetools’ is not available (for R version 3.3.1)
so whats the solution I tried to insatll form github and from local file as well but the same problem
THANKS LOT
I have similar issues. I am new user for R so some one can help in loading ComplexHeatmap library.
Thank you
That isn't a similar issue, and it's not useful to piggyback on existing unrelated threads from almost 4 years ago. Instead please make a new post and follow the posting guide.