[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
119/377: gnu: Add r-paws-storage.
From: |
guix-commits |
Subject: |
119/377: gnu: Add r-paws-storage. |
Date: |
Sun, 5 Sep 2021 10:07:18 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
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)))
- 103/377: gnu: Add r-ztpln., (continued)
- 103/377: gnu: Add r-ztpln., guix-commits, 2021/09/05
- 104/377: gnu: Add r-zscorer., guix-commits, 2021/09/05
- 102/377: gnu: Add r-distributionutils., guix-commits, 2021/09/05
- 109/377: gnu: Add r-paws-common., guix-commits, 2021/09/05
- 110/377: gnu: Add r-paws-customer-engagement., guix-commits, 2021/09/05
- 111/377: gnu: Add r-paws-cost-management., guix-commits, 2021/09/05
- 116/377: gnu: Add r-paws-management., guix-commits, 2021/09/05
- 117/377: gnu: Add r-paws-networking., guix-commits, 2021/09/05
- 114/377: gnu: Add r-paws-analytics., guix-commits, 2021/09/05
- 118/377: gnu: Add r-paws-database., guix-commits, 2021/09/05
- 119/377: gnu: Add r-paws-storage.,
guix-commits <=
- 121/377: gnu: Add r-paws., guix-commits, 2021/09/05
- 122/377: gnu: Add r-zoomgroupstats., guix-commits, 2021/09/05
- 120/377: gnu: Add r-paws-compute., guix-commits, 2021/09/05
- 126/377: gnu: Add r-mlearning., guix-commits, 2021/09/05
- 135/377: gnu: Add r-webmockr., guix-commits, 2021/09/05
- 136/377: gnu: Add r-mockery., guix-commits, 2021/09/05
- 144/377: gnu: Add rust-rustyline-9., guix-commits, 2021/09/05
- 138/377: gnu: Add r-zoib., guix-commits, 2021/09/05
- 151/377: gnu: Add rust-polars-0.15., guix-commits, 2021/09/05
- 95/377: gnu: emacs-htmlize: Update to 1.56., guix-commits, 2021/09/05