The error is as follows:
* installing *source*package ‘gsl’ ...**package ‘gsl’ 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 forpackage ‘gsl’
* removing ‘/usr/local/lib/R/site-library/gsl’
Solution (all thanks to the programmer's friend)
Use system administrator under Ubuntu:
sudo apt install libgsl-dev
Recommended Posts