Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not install citrus #88

Open
linwanghla opened this issue Dec 30, 2015 · 2 comments
Open

can not install citrus #88

linwanghla opened this issue Dec 30, 2015 · 2 comments

Comments

@linwanghla
Copy link

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
Copy link
Collaborator

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
Copy link
Collaborator

Issue is here: #90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants