Install gsl package in Ubuntu 24.04

 You must first install 

sudo apt install libgsl-dev

and then you can install gsl package in R:

install.packages("gsl")

Commentaires

Posts les plus consultés de ce blog

Standard error from Hessian Matrix... what can be done when problem occurs

stepAIC from package MASS with AICc

Install treemix in ubuntu 20.04