FunGeST / Palimpsest

An R package for studying mutational signatures and structural variant signatures along clonal evolution in cancer.
69 stars 19 forks source link

Can't install package from git! #24

Closed ahwanpandey closed 5 years ago

ahwanpandey commented 5 years ago

Hello,

I am having issues installing the library.

> devtools::install_github("FunGeST/Palimpsest")
Downloading GitHub repo FunGeST/Palimpsest@master
Skipping 1 packages not available: BiocInstaller
Installing 5 packages: BiocInstaller, lsa, RCircos, Rgraphviz, SnowballC
Error: Failed to install 'Palimpsest' from GitHub:
  (converted from warning) package ‘BiocInstaller’ is not available (for R version 3.6.1)

Is there any way I can install this package without having to use a different version of R?

Thanks!

FunGeST commented 5 years ago

Hi,

We have removed BiocInstaller from the dependencies of the package. Please try again and it should work fine now!

Eric