debrowser icon indicating copy to clipboard operation
debrowser copied to clipboard

d3heatmap R4.0.0

Open nephantes opened this issue 4 years ago • 0 comments

To solve the installation problem about d3heatmap. You can use the commands below;

if (!require("devtools")) install.packages("devtools")
devtools::install_github("rstudio/d3heatmap")

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("debrowser")

nephantes avatar Jun 09 '20 18:06 nephantes