RobinHankin / gsl

an R wrapper for the Gnu Scientific Library
15 stars 9 forks source link

Centos 7 Unable to Install gsl #21

Closed eazuniga closed 1 year ago

eazuniga commented 1 year ago

Hello,

My issue seems similar to other Centos 7 users, however, I have not resolved it yet.

I installed GSL 2.7 from source using default settings. Below is the output when attempting to install the gsl R package.

Installing package into ‘/home/sdc/R’ (as ‘lib’ is unspecified) trying URL 'http://cran.us.r-project.org/src/contrib/gsl_2.1-7.1.tar.gz' Content type 'application/x-gzip' length 222357 bytes (217 KB)

downloaded 217 KB

The downloaded source packages are in ‘/tmp/Rtmp0aLRKc/downloaded_packages’

++ Note: @ 12:31:10 This package has been installed on the computer: gsl

Warning message: In install.packages(pkgs_miss, dep = TRUE, repos = site) : installation of package ‘gsl’ had non-zero exit status

==========================================

Any suggestions would be greatly appreciated.

Thanks, Eddie

eazuniga commented 1 year ago

It appears the issue was caused by the script I was using to install the package.

Using install.packages('gsl') in R resolved the issue. Nevermind! :-)