>From 0de70a861633665a4e971901f2ae4ea38c104b3e Mon Sep 17 00:00:00 2001 From: Naga Malleswari Date: Thu, 23 Apr 2020 01:15:40 +0530 Subject: [PATCH 2/9] gnu: Add r-awsmethods. * gnu/packages/cran.scm (r-awsmethods): New variable. --- gnu/packages/cran.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index ac55916964..c856d133b7 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -21191,3 +21191,24 @@ which is the number of data in the tail. The third class is motivated by graphical inspection.In addition, a sequential testing procedure for GPD-GoF-tests is also implemented here.") (license license:gpl3))) + +(define-public r-awsmethods + (package + (name "r-awsmethods") + (version "1.1-1") + (source + (origin + (method url-fetch) + (uri (cran-uri "awsMethods" version)) + (sha256 + (base32 + "0hbmrcpdyg15zg4rysscsmxpxlpy0dkxx2aa63qibq7l1k14v4sh")))) + (properties + `((upstream-name . "awsMethods"))) + (build-system r-build-system) + (home-page "http://www.wias-berlin.de/software/imaging/") + (synopsis "Class and Methods Definitions") + (description + "Defines the method extract and provides @code{openMP} support as needed +in several packages like @code{aws},@code{adimpro},@code{fmri},@code{dwi}.") + (license license:gpl2+))) -- 2.25.1