본문 바로가기

Linux, Ubuntu, R/Installation error

[Linux/Ubuntu/R-environment] R package gsl install error

When you get error message below,

configure: error: gsl-config not found, is GSL installed?
ERROR: configuration failed for package ‘gsl’

 

Try below command in your shell.

sudo apt install libgsl-dev

 

And install the gsl package in R

install.packages('gsl')
반응형