-
Notifications
You must be signed in to change notification settings - Fork 20
Description
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