[R] gsl package installation problem: gsl-config not found (even though gsl has been installed)

2016-07-11 Thread pan yang
Dear R-community, I faced this problem when I tried to install the R gsl wrapper in my university's HPC cluster. Before installing the R wrapper, I have already installed the 'gsl' version 2.1 in my own directory '/home/pyangac/dev'. I have tested the gsl installation by compiling the simple progr

[R] Problem when installing Rmpi package in HPC cluster

2016-07-11 Thread pan yang
Dear R community, I faced this problem when I am installing the Rmpi in our university's linux86-64 cluster: > install.packages('Rmpi',repos='http://cran.r-project.org ',configure.args=c( + '--with-Rmpi-include=/usr/mpi/gcc/openmpi-1.8.2/include/', + '--with-Rmpi-libpath=/usr/mpi/gcc/openmpi-1.8.