-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
Description
I am trying to run some code on Raven and am getting the following error for a dependency package I need (RcppGSL):
install.packages("RcppGSL")
Installing package into ‘/home/shared/8TB_HDD_02/ashuff/R/x86_64-pc-linux-gnu-library/4.2’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/src/contrib/RcppGSL_0.3.13.tar.gz'
Content type 'application/x-gzip' length 302527 bytes (295 KB)
==================================================
downloaded 295 KB
* installing *source* package ‘RcppGSL’ ...
** package ‘RcppGSL’ successfully unpacked and MD5 sums checked
** using staged installation
checking for gsl-config... no
configure: error: gsl-config not found, is GSL installed?
ERROR: configuration failed for package ‘RcppGSL’
* removing ‘/home/shared/8TB_HDD_02/ashuff/R/x86_64-pc-linux-gnu-library/4.2/RcppGSL’
Warning in install.packages :
installation of package ‘RcppGSL’ had non-zero exit status
The error seems to be that it cannot find a "gsl-config" file.
It seems like this may have been discussed in Issue #2000. Do we have a way to resolve this on Raven?
Reactions are currently unavailable