[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: Add r-awsmethods.
From: |
guix-commits |
Subject: |
01/09: gnu: Add r-awsmethods. |
Date: |
Fri, 24 Apr 2020 09:57:38 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit fe14871eddf656d574b2634bcf1093614d45d70c
Author: Naga Malleswari <address@hidden>
AuthorDate: Fri Apr 24 01:27:55 2020 +0530
gnu: Add r-awsmethods.
* gnu/packages/cran.scm (r-awsmethods): New variable.
Signed-off-by: Ricardo Wurmus <address@hidden>
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index caf3830..12dd6a3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21191,3 +21191,25 @@ 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
+ "This package defines the generic method @code{extract} and provides
+@code{openMP} support as needed in several packages like
+@code{aws}, @code{adimpro}, @code{fmri}, and @code{dwi}.")
+ (license license:gpl2+)))
- branch master updated (ba07c7f -> 4ac3461), guix-commits, 2020/04/24
- 01/09: gnu: Add r-awsmethods.,
guix-commits <=
- 03/09: gnu: Add r-sgloptim., guix-commits, 2020/04/24
- 04/09: gnu: Add r-grouped., guix-commits, 2020/04/24
- 06/09: gnu: r-tea: Fix typo., guix-commits, 2020/04/24
- 02/09: gnu: Add r-aws., guix-commits, 2020/04/24
- 07/09: gnu: Add r-dcv., guix-commits, 2020/04/24
- 05/09: gnu: Add r-stam., guix-commits, 2020/04/24
- 09/09: gnu: Add r-rxnat., guix-commits, 2020/04/24
- 08/09: gnu: Add r-rcdd., guix-commits, 2020/04/24