swsoyee / TCC-GUI

📊 Graphical User Interface for TCC package
https://infinityloop.shinyapps.io/TCC-GUI/
MIT License
43 stars 18 forks source link

Could not restore the "renv" #53

Closed domy1980 closed 3 years ago

domy1980 commented 3 years ago

Describe the bug

I tried to restore "renv" but, the error code showed up and I could not proceed. I also tried to install "genefilter" with install packages("genefilter"), but even after that I could not restore with same error. I appreciate if you could help me to solve this problem. Thanks,

R was unable to find the gfortran binary. gfortran is required for the compilation of FORTRAN source files. Please check that gfortran is installed and available on the PATH. Please see https://stackoverflow.com/q/35999874 for more information.

Reason(s):

swsoyee commented 3 years ago

As the message describe here, you need to install gfortran if you are using MAC.

https://stackoverflow.com/questions/35999874/mac-os-x-r-error-ld-warning-directory-not-found-for-option https://stackoverflow.com/questions/23916219/os-x-package-installation-depends-on-gfortran-4-8

domy1980 commented 3 years ago

Thank you! I have installed gcc and checked the gfortran. Then I retried the installation of TCC-GUI but, other error happened. install of package 'DESeq2' failed as below...

Could you tell me how to solve this... I am using Mac (OS Catalina 10.15.7)

Thanks,

swsoyee commented 3 years ago

This issue has been solved and duplicate to #54 , so I will close this one.