xuranw / MuSiC

Multi-subject Single Cell Deconvolution
https://github.com/xuranw/MuSiC
GNU General Public License v3.0
231 stars 92 forks source link

Installing package doesn't work. #110

Open YeonuiKwak opened 1 year ago

YeonuiKwak commented 1 year ago

Hello, devtools::install_github('xuranw/MuSiC') doesn't work. Could you check the working status of the package installation on your side? Thank you!

caitlinaamodt commented 1 year ago

It worked for me after running

options(timeout=9999999)

to prevent a timeout when downloading the repo. The I installed a couple of missing dependencies and devtools::install_github('xuranw/MuSiC') worked fine after that.