RahmanTeam / DECoN

49 stars 29 forks source link

failed installation #12

Open Faber81 opened 4 years ago

Faber81 commented 4 years ago

Hi my DECoN installation fails in Ubuntu. Below the output of setup.log:

Please help

` installing source* package ‘packrat’ ... package ‘packrat’ successfully unpacked and MD5 sums checked using staged installation R inst byte-compile and prepare package for lazy loading help * installing help indices building package indices testing if installed package can be loaded from temporary location testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path

Failed to run system command:

'/usr/lib/R/bin/R' --vanilla CMD INSTALL '/tmp/Rtmp2tJxun/Rcpp' --library='/home/faber/BioIT/tools/DECoN-1.0.1/Linux/packrat/lib/x86_64-pc-linux-gnu/3.6.3' --install-tests --no-docs --no-multiarch --no-demo 

The command failed with output:

tgurbich commented 4 years ago

Hi,

I had the same error when using R 3.6.1. It looks like DECoN requires an earlier version of R (according to their documentation, 3.1.2).

I installed 3.1.2, modified the setup.sh file by adding the path to Rscript version 3.1.2, ran it again and this error was gone.