nanxstats / Rcpi

💊 Molecular informatics toolkit with integration of bioinformatics and cheminformatics tools for drug discovery
https://nanx.me/Rcpi/
Artistic License 2.0
36 stars 12 forks source link

Error in library(Rcpi) #3

Closed EmanIsmail closed 6 years ago

EmanIsmail commented 6 years ago

I installed Rcpi with the following: source("http://bioconductor.org/biocLite.R") biocLite("Rcpi") and I get error there is no package called ‘Rcpi’??

nanxstats commented 6 years ago

Hi @EmanIsmail - there could be many reasons but here is my guess: please run this again and check the outputs from the installation -- maybe some dependencies of the package have not been successfully installed due to missing system libraries: for example, ChemmineR, rcdk (which requires rJava and JDK).