xryanglab / xtail

Genome-wide assessment of differential translations with ribosome profiling data
GNU General Public License v3.0
17 stars 18 forks source link

I want to install xtail without Docker #20

Open LucasLiu20200131 opened 2 years ago

LucasLiu20200131 commented 2 years ago

Hi, Thanks for share and maintain this wonderful package. I found it difficult using xtail becasue I'm not root user and can't use Docker. However, I tried methods in the INSTALL file either using devtools::install_github nor downing the source package and compile along. They did not work for me. Would you please find out why and update this package?

below is the error message: System command 'R' failed, exit status: 1, stdout + stderr (last 10 lines): E> isnan(double x) E> ^ E> /usr/include/c++/4.8.2/cmath:618:3: note: constexpr bool std::isnan(float) E> isnan(float x) E> ^ E> make: ** [pdfTest.o] Error 1 E> ERROR: compilation failed for package ‘xtail’ E> removing ‘/tmp/RtmpMI0kuq/Rinst1930b1b31f797/xtail’ E> ----------------------------------- E> ERROR: package installation failed

Sincerely, Lucas