Skip to content

can not install citrus  #88

@linwanghla

Description

@linwanghla

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions