The gsl error
install.packages("gsl")
Installing package into �/home/yslin/R/x86_64-pc-linux-gnu-library/3.2�
(as �lib� is unspecified)
--- Please select a CRAN mirror for use in this session ---
trying URL https://cran.rstudio.com/src/contrib/gsl_1.9-10.tar.gz
Content type application/x-gzip length 342803 bytes (334 KB)
==================================================
downloaded 334 KB
* installing *source* package �gsl� ...
** package �gsl� successfully unpacked and MD5 sums checked
checking for gsl-config... no
configure: error: gsl-config not found, is GSL installed?
ERROR: configuration failed for package �gsl�
.
.
.
------------------------
Answer here
------------------------
http://r.789695.n4.nabble.com/Trouble-installing-gsl-wrapper-td3020005.html
Should install via apt-get install libgsl0-dev
Maybe also gsl-bin and r-cran-gsl but not so sure about the latter two.
Installing package into �/home/yslin/R/x86_64-pc-linux-gnu-library/3.2�
(as �lib� is unspecified)
--- Please select a CRAN mirror for use in this session ---
trying URL https://cran.rstudio.com/src/contrib/gsl_1.9-10.tar.gz
Content type application/x-gzip length 342803 bytes (334 KB)
==================================================
downloaded 334 KB
* installing *source* package �gsl� ...
** package �gsl� successfully unpacked and MD5 sums checked
checking for gsl-config... no
configure: error: gsl-config not found, is GSL installed?
ERROR: configuration failed for package �gsl�
.
.
.
------------------------
Answer here
------------------------
http://r.789695.n4.nabble.com/Trouble-installing-gsl-wrapper-td3020005.html
Should install via apt-get install libgsl0-dev
Maybe also gsl-bin and r-cran-gsl but not so sure about the latter two.
download file now