I installed MLInterfaces in bioconductor in jupyter Notebook. This is the output I got. Any idea how to solve this? Thanks in advance
Asked
Active
Viewed 29 times
0
-
1That package is dependent on another package that was [removed from CRAN](https://cran.r-project.org/web/packages/rda/index.html). You can follow the [steps to install an archived version](https://stackoverflow.com/questions/24194409/how-do-i-install-a-package-that-has-been-archived-from-cran) of a package to install the dependency yourself and then try the `BiocManager::install` again. – MrFlick Mar 04 '20 at 15:49
-
This worked. Thanks – Nats De Mar 04 '20 at 16:26