From a50abb3614be087dbc8bc541f27b367db4260fc5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 4 Jan 2019 17:28:52 +0100 Subject: gnu: Add r-gsl. * gnu/packages/cran.scm (r-gsl): New variable. --- gnu/packages/cran.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c7cd95f402..899db779bf 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -8467,3 +8467,24 @@ related functions.") random number generation for (skew) stable distributions, using the parametrizations of Nolan.") (license license:gpl2+))) + +(define-public r-gsl + (package + (name "r-gsl") + (version "1.9-10.3") + (source + (origin + (method url-fetch) + (uri (cran-uri "gsl" version)) + (sha256 + (base32 + "00isw2iha5af4s7rr8svqka9mkl9l26l8h2rnk4r7fkhh7fc97sg")))) + (build-system r-build-system) + (inputs + `(("gsl" ,gsl))) + (home-page "https://cran.r-project.org/web/packages/gsl") + (synopsis "Wrapper for the GNU Scientific Library") + (description + "This package provides an R wrapper for the special functions and quasi +random number generators of the GNU Scientific Library.") + (license license:gpl2+))) -- cgit v1.2.3