nolanlab / citrus

Citrus Development Code
GNU General Public License v3.0
31 stars 20 forks source link

can not install citrus #88

Open linwanghla opened 8 years ago

linwanghla commented 8 years ago

I follow the install steps as before, but it seems something wrong happened in the step of "install_github('citrus',username='nolanlab')" please read information as below.

Thank you for taking time to solve this problem.

library("devtools") install_github('citrus',username='nolanlab') Downloading GitHub repo nolanlab/citrus@master Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘stringi’ In addition: Warning message: Username parameter is deprecated. Please use nolanlab/citrus install_github('citrus',username='nolanlab/citrus') Downloading GitHub repo nolanlab/citrus/citrus@master Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘stringi’ In addition: Warning message: Username parameter is deprecated. Please use nolanlab/citrus/citrus library("devtools") install_github('citrus',username='nolanlab') Downloading GitHub repo nolanlab/citrus@master Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘stringi’ In addition: Warning message: Username parameter is deprecated. Please use nolanlab/citrus library("citrus") Error in library("citrus") : there is no package called ‘citrus’ install_github('citrus',username='nolanlab/citrus/citrus') Downloading GitHub repo nolanlab/citrus/citrus/citrus@master Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘stringi’ In addition: Warning message: Username parameter is deprecated. Please use nolanlab/citrus/citrus/citrus

rbruggner commented 8 years ago

Whoops. Looks like I forgot to add the stringi package to the list of dependencies. Opened an issue here:

In the mean time, you should be able to work around the problem by just directly installing the stringi package by running the command install.packages('stringi') in R.

rbruggner commented 8 years ago

Issue is here: https://github.com/nolanlab/citrus/issues/90