meichendong / SCDC

SCDC
42 stars 9 forks source link

install problem #22

Closed AicuiZhang closed 3 years ago

AicuiZhang commented 3 years ago

Hi, dear developer! I met an error when I were running the install code provided

################################# if (!require("devtools")) { install.packages("devtools") } devtools::install_github("meichendong/SCDC") ##################################### It returned an error "错误: Failed to install 'SCDC' from GitHub: (由警告转换成)installation of package ‘C:/Users/MYa01/AppData/Local/Temp/RtmpeMkm32/file39708cc3675/SCDC_0.0.0.9000.tar.gz’ had non-zero exit status". It also appeared when I use R in large server.

Do you have any suggestions? Thank you in advance. Best wishes!