[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
121/377: gnu: Add r-paws.
From: |
guix-commits |
Subject: |
121/377: gnu: Add r-paws. |
Date: |
Sun, 5 Sep 2021 10:07:18 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 870fb5dc2218331dce044c5553c3159f300afd3e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:23:58 2021 +0200
gnu: Add r-paws.
* gnu/packages/cran.scm (r-paws): New variable.
---
gnu/packages/cran.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b7d7b9a..b5e1e58 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30883,3 +30883,36 @@ services, including Simple Storage Service (S3).")
services, including Elastic Compute Cloud (EC2), Lambda
functions-as-a-service, containers, batch processing, and more.")
(license license:asl2.0)))
+
+(define-public r-paws
+ (package
+ (name "r-paws")
+ (version "0.1.11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "paws" version))
+ (sha256
+ (base32
+ "1pkwjdrziyh6bhpilx29zsv2nmv60z6fqxgx2kvjqvl8z36yqfhw"))))
+ (properties `((upstream-name . "paws")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-paws-analytics" ,r-paws-analytics)
+ ("r-paws-application-integration" ,r-paws-application-integration)
+ ("r-paws-compute" ,r-paws-compute)
+ ("r-paws-cost-management" ,r-paws-cost-management)
+ ("r-paws-customer-engagement" ,r-paws-customer-engagement)
+ ("r-paws-database" ,r-paws-database)
+ ("r-paws-machine-learning" ,r-paws-machine-learning)
+ ("r-paws-management" ,r-paws-management)
+ ("r-paws-networking" ,r-paws-networking)
+ ("r-paws-security-identity" ,r-paws-security-identity)
+ ("r-paws-storage" ,r-paws-storage)))
+ (home-page "https://github.com/paws-r/paws")
+ (synopsis "Amazon Web Services software development kit")
+ (description
+ "This package provides an interface to Amazon Web Services, including
+storage, database, and compute services, such as Simple Storage Service (S3),
+DynamoDB NoSQL database, and Lambda functions-as-a-service.")
+ (license license:asl2.0)))
- 104/377: gnu: Add r-zscorer., (continued)
- 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, 2021/09/05
- 121/377: gnu: Add r-paws.,
guix-commits <=
- 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
- 99/377: gnu: wireshark: Update to 3.4.8., guix-commits, 2021/09/05