[R] Help installing devtools plus other packages in R terminal

2022-10-05 Thread Rhon Calderon, Eric
Hi, I am using R in my HPC terminal. After many tries, I was able to install and exec successfully R on my HPC but now I cannot install devtools and other dependencies. I need some of theses packages to install some others from bioconductor. I was wondering if anybody has a solution. The scrip

[R] Help executing R on High Performance Cluster

2022-10-04 Thread Rhon Calderon, Eric
Hi, I need some help executing recently downloaded R on my HPC. Here is the script I used to install R on my HPC module: wget https://cran.r-project.org/src/base-prerelease/R-devel.tar.gz tar -xvf R-devel.tar.gz cd /home/ericrhon/labsoftware/R-devel/ ./configure --prefix=/home/ericrhon/labso