Installing tool from github scimpute

78 Views Asked by At

I am trying to install a tool from github following there instruction, (https://github.com/Vivianstats/scImpute) but facing problem with installation

Below code Is the code I have run for installation:

install.packages("devtools")

library(devtools)
install_github("Vivianstats/scImpute")

When i am loading library i am getting error: loading required package: usethis"

session info usethis is already there, can anyone help me to install this tool

 sessionInfo()

0

There are 0 best solutions below