abearab / imRIP

Integrated methods for meRIP-seq data analysis
1 stars 1 forks source link

Install RADAR in stable conda environment #1

Closed abearab closed 1 year ago

abearab commented 3 years ago

I have a similar error like this issue so I can not use install_github to install RADAR using my current radar .yml file.

abearab commented 3 years ago

OKAY! I only needed to make sure the environment contain r-devtools from conda-forge channel.

conda install -c conda-forge r-devtools

Then, include options(unzip = "internal") in R before loading devtools and running install_github.