guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: Add r-aws.


From: guix-commits
Subject: 02/09: gnu: Add r-aws.
Date: Fri, 24 Apr 2020 09:57:38 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ea43d299fa2071467cb1aec8cf3dc8f0d95b15f7
Author: Naga Malleswari <address@hidden>
AuthorDate: Fri Apr 24 01:32:33 2020 +0530

    gnu: Add r-aws.
    
    * gnu/packages/cran.scm (r-aws): New variable.
    
    Signed-off-by: Ricardo Wurmus <address@hidden>
---
 gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 12dd6a3..f079689 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21213,3 +21213,32 @@ is also implemented here.")
 @code{openMP} support as needed in several packages like
 @code{aws}, @code{adimpro}, @code{fmri}, and @code{dwi}.")
     (license license:gpl2+)))
+
+(define-public r-aws
+  (package
+    (name "r-aws")
+    (version "2.4-2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "aws" version))
+       (sha256
+        (base32
+         "1czlsy64nx6j7h1smgb561yyv3f98pwqwglk77yla4mx3fp14bvq"))))
+    (properties
+     `((upstream-name . "aws")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-awsmethods" ,r-awsmethods)
+       ("r-gsl" ,r-gsl)))
+    (native-inputs
+     `(("gfortran" ,gfortran)))
+    (home-page "https://cran.r-project.org/web/packages/aws/";)
+    (synopsis "Adaptive weights smoothing")
+    (description
+     "This package provides a collection of R-functions implementing adaptive
+smoothing procedures in 1D, 2D and 3D.  This includes the
+Propagation-Separation approach to adaptive smoothing, the @dfn{Intersecting
+Confidence Intervals} (ICI), variational approaches, and a non-local means
+filter.")
+    (license license:gpl2+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]