guix-commits
[Top][All Lists]
Advanced

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

07/114: gnu: Add r-paws-end-user-computing.


From: guix-commits
Subject: 07/114: gnu: Add r-paws-end-user-computing.
Date: Wed, 29 Sep 2021 13:21:59 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 0e61a7316ac9c00f11a937c7e9d9688e75b72eec
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 15:29:02 2021 +0200

    gnu: Add r-paws-end-user-computing.
    
    * gnu/packages/cran.scm (r-paws-end-user-computing): New variable.
---
 gnu/packages/cran.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5b7b6da..bd60dae 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31260,6 +31260,28 @@ tools services, including version control, continuous 
integration and
 deployment, and more.")
     (license license:asl2.0)))
 
+(define-public r-paws-end-user-computing
+  (package
+    (name "r-paws-end-user-computing")
+    (version "0.1.12")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "paws.end.user.computing" version))
+       (sha256
+        (base32 "1xxsz86nx128sizym9np8vldzkbym0p3i6vcy94kq1y0cylaicv3"))))
+    (properties `((upstream-name . "paws.end.user.computing")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-paws-common" ,r-paws-common)))
+    (home-page "https://github.com/paws-r/paws";)
+    (synopsis "Amazon Web Services end user computing services")
+    (description
+     "This package provides an interface to Amazon Web Services end user
+computing services, including collaborative document editing, mobile intranet,
+and more.")
+    (license license:asl2.0)))
+
 (define-public r-paws-application-integration
   (package
     (name "r-paws-application-integration")



reply via email to

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