You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: