XZouProjects / scCODE

The R package scCODE, a platform for data-specific DE gene detection for scRNA-seq data
MIT License
12 stars 7 forks source link

Can't install the scCODE package downloaded from Github #2

Open JiahuaQu opened 2 years ago

JiahuaQu commented 2 years ago

After I downloaded the scCODE package from the Guthub, I tried to install it in r/4.1.3 in Linx. But had the error:

Error in getOctD(x, offset, len) : invalid octal digit Warning message: In install.packages("scCODE_1.0.1.0.tar.gz", repos = NULL, type = "source", : installation of package ‘scCODE_1.0.1.0.tar.gz’ had non-zero exit status

Can yo help me figure it out? Thank you.

XZouProjects commented 2 years ago

Hi, The error of "getOctD(x, offset, len) : invalid octal digit" is usually caused by some kind of file corruption issue. The solution could be refered here (https://stackoverflow.com/questions/18652923/error-in-getoctdx-offset-len-invalid-octal-digit).

If it still could not be solved, please let us know.