From 373cef0a0c2be5e7496f7764447417398abe02ff Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 30 Oct 2018 22:46:47 +0100 Subject: gnu: Add r-tweedie. * gnu/packages/cran.scm (r-tweedie): New variable. --- gnu/packages/cran.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 5361f964d4..f5ce5bc10f 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -7061,3 +7061,25 @@ exact and interval-censored observations.") "This R package provides a suite of tools to evaluate clustering algorithms, clusterings, and individual clusters.") (license license:expat))) + +(define-public r-tweedie + (package + (name "r-tweedie") + (version "2.3.2") + (source + (origin + (method url-fetch) + (uri (cran-uri "tweedie" version)) + (sha256 + (base32 + "10fv998qjxsyx0h94fi0xbh6xbf24nwgh254n9zfnmix9vk2cqls")))) + (build-system r-build-system) + (native-inputs `(("gfortran" ,gfortran))) + (home-page "https://cran.r-project.org/web/packages/tweedie/") + (synopsis "Evaluation of Tweedie exponential family models") + (description + "Maximum likelihood computations for Tweedie families, including the +series expansion (Dunn and Smyth, 2005; ) and +the Fourier inversion (Dunn and Smyth, 2008; ), +and related methods.") + (license license:gpl2+))) -- cgit v1.2.3