guix-commits
[Top][All Lists]
Advanced

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

20/28: gnu: Add r-paws-storage.


From: guix-commits
Subject: 20/28: gnu: Add r-paws-storage.
Date: Thu, 26 Aug 2021 05:26:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c6849d2ca25ccb610115bad2e02181b3d7c433c7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:23:46 2021 +0200

    gnu: Add r-paws-storage.
    
    * gnu/packages/cran.scm (r-paws-storage): 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 9946d77..d4e0da0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30838,3 +30838,25 @@ CloudFront content delivery, load balancing, and 
more.")
 services, including Relational Database Service (RDS), DynamoDB NoSQL
 database, and more.")
     (license license:asl2.0)))
+
+(define-public r-paws-storage
+  (package
+    (name "r-paws-storage")
+    (version "0.1.12")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "paws.storage" version))
+       (sha256
+        (base32
+         "06m887vpqp5d6k3zxdlga599dsv8v3rladk7xqaxqnld1f17am04"))))
+    (properties `((upstream-name . "paws.storage")))
+    (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 storage services")
+    (description
+     "This package provides an interface to Amazon Web Services storage
+services, including Simple Storage Service (S3).")
+    (license license:asl2.0)))



reply via email to

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