Closed mvanrongen closed 5 years ago
There is an issue with using install.packages("ComplexHeatmap") to get the ComplexHeatmap package if you have the latest R version.
install.packages("ComplexHeatmap")
ComplexHeatmap
R
Warning in install.packages : package ‘ComplexHeatmap’ is not available (for R version 3.6.0)
Installation should apparently be done using the info on the following link: https://bioconductor.org/packages/release/bioc/html/ComplexHeatmap.html
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("ComplexHeatmap")
I can't quite find these instructions in the materials, although I may have missed them?
There is an issue with using
install.packages("ComplexHeatmap")
to get theComplexHeatmap
package if you have the latestR
version.Installation should apparently be done using the info on the following link: https://bioconductor.org/packages/release/bioc/html/ComplexHeatmap.html
I can't quite find these instructions in the materials, although I may have missed them?