jokergoo / InteractiveComplexHeatmap

Make Interactive Complex Heatmaps
https://jokergoo.github.io/InteractiveComplexHeatmap/
Other
128 stars 24 forks source link

problems with install #66

Closed mxaxrxkx closed 3 years ago

mxaxrxkx commented 3 years ago

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?

jokergoo commented 3 years ago

Then you also need to update ComplexHeatmap from GitHub:

install_github("jokergoo/ComplexHeatmap")
mxaxrxkx commented 3 years ago

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!

jokergoo commented 3 years ago

No problem. These two packages are in parallel under development.