Linux, Ubuntu, R/Installation error
[Linux/Ubuntu/R-environment] R package gsl install error
hyunss
2024. 12. 2. 13:22
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')
반응형