guix-commits
[Top][All Lists]
Advanced

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

06/114: gnu: Add r-paws-developer-tools.


From: guix-commits
Subject: 06/114: gnu: Add r-paws-developer-tools.
Date: Wed, 29 Sep 2021 13:21:59 -0400 (EDT)

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

commit c1d57d5d9239234ef9b12572e99235bfa2e3d025
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 15:28:52 2021 +0200

    gnu: Add r-paws-developer-tools.
    
    * gnu/packages/cran.scm (r-paws-developer-tools): 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 6a05999..5b7b6da 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31238,6 +31238,28 @@ management services, including cost and usage reports, 
budgets, pricing, and
 more.")
     (license license:asl2.0)))
 
+(define-public r-paws-developer-tools
+  (package
+    (name "r-paws-developer-tools")
+    (version "0.1.12")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "paws.developer.tools" version))
+       (sha256
+        (base32 "16gb8g8s67al7qdd95fbigxqkih9a9p7slkyf3cga42wb6miiby2"))))
+    (properties `((upstream-name . "paws.developer.tools")))
+    (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 developer tools services")
+    (description
+     "This package provides an interface to Amazon Web Services developer
+tools services, including version control, continuous integration and
+deployment, 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]