Hi, I have a package that depends on d3heatmap. Apparently d3heatmap is no longer maintained and removed from CRAN repository.
Now, I am getting the following error when installing my package. ERROR: dependency 'd3heatmap' is not available https://cran.r-project.org/web/packages/d3heatmap/index.html Package 'd3heatmap' was removed from the CRAN repository. Formerly available versions can be obtained from the archive. https://cran.r-project.org/src/contrib/Archive/d3heatmap/ I am still able to install the last version from the archive. require(devtools) install_version("d3heatmap", version = "0.6.1.2") Is there a way to make the Bioconductor use the archived version without giving the error? Or is the only solution is to rewrite my package without d3heatmap? Or is there an easy alternative to d3heatmap? Thanks, Mani [[alternative HTML version deleted]] _______________________________________________ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel