omarwagih / rmimp

Predicting the impact of mutations on kinase–substrate phosphorylation
http://mimp.baderlab.org/
10 stars 8 forks source link

Problem installation in R #8

Open lecob opened 5 years ago

lecob commented 5 years ago

I tried to install rmimp on R (version 3.6.0) but I had the following error:

install_github("omarwagih/rmimp") Downloading GitHub repo omarwagih/rmimp@master ✔ checking for file ‘/tmp/Rtmp73qJKP/remotes295f4b06723f/omarwagih-rmimp-5bf4fc6/DESCRIPTION’ ... ─ preparing ‘rmimp’: (537ms) ✔ checking DESCRIPTION meta-information ─ checking for LF line-endings in source and make files and shell scripts ─ checking for empty or unneeded directories ─ building ‘rmimp_1.2.tar.gz’

Installing package into '/home/lecob/R/x86_64-pc-linux-gnu-library/3.6' (as 'lib' is unspecified)

sessionInfo() R version 3.6.0 (2019-04-26) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 18.04.2 LTS

Diogopell commented 3 years ago

Hi, I know its been a while, but I had the same problem, for me it worked using this command:

devtools::install_github("omarwagih/rmimp", INSTALL_opts="--no-staged-install”)

I hope its still in time!