Closed mxaxrxkx closed 3 years ago
Then you also need to update ComplexHeatmap from GitHub:
install_github("jokergoo/ComplexHeatmap")
Thanks a lot for a quick reply. Of course it works now. I haven't realized that it is asking to update ComplexHeatmap not InteractiveComplexHeatmap!
No problem. These two packages are in parallel under development.
Hello,
When installing the package in Rstudio with:
install_github("jokergoo/InteractiveComplexHeatmap")
I am getting an error:
"Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : namespace ‘ComplexHeatmap’ 2.6.2 is being loaded, but >= 2.7.7 is required Calls: ... withCallingHandlers -> loadNamespace -> namespaceImport -> loadNamespace
Execution halted"
I am using R version 4.0.4
Any idea how I can solve the problem?