VCCRI / Sierra

Discover differential transcript usage from polyA-captured single cell RNA-seq data
GNU General Public License v3.0
49 stars 17 forks source link

Installation error on R.3.6.2 #25

Closed hmgene closed 3 years ago

hmgene commented 3 years ago

Hello, I got the following error after the installation. Thank you for the help in advance.

devtools::install_github("VCCRI/Sierra", build = TRUE, build_vignettes = TRUE, build_opts = c("--no-resave-data", "--no-manual")) Downloading GitHub repo VCCRI/Sierra@HEAD ✔ checking for file ‘/private/var/folders/28/jd9d90s50mdctp6_0jk1wthw0000gq/T/RtmpRyVoSj/remotesa75d3f6bab38/VCCRI-Sierra-ef71a45/DESCRIPTION’ ... ─ preparing ‘Sierra’: ✔ checking DESCRIPTION meta-information ... ─ installing the package to build vignettes ✔ creating vignettes (34s) ─ checking for LF line-endings in source and make files and shell scripts ─ checking for empty or unneeded directories ─ building ‘Sierra_0.99.22.tar.gz’

rj-patrick commented 3 years ago

Hi @hmgene,

I believe this error can occur when a loaded package has been updated. Try restarting your R session and I suspect it will work.

Cheers, Ralph

hmgene commented 3 years ago

Ralph, thanks it is working.

Best, Hyunmin