[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
120/377: gnu: Add r-paws-compute.
From: |
guix-commits |
Subject: |
120/377: gnu: Add r-paws-compute. |
Date: |
Sun, 5 Sep 2021 10:07:18 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 499ffd579e46ad4d42c7a1971741a862775647bb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:23:52 2021 +0200
gnu: Add r-paws-compute.
* gnu/packages/cran.scm (r-paws-compute): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d4e0da0..b7d7b9a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30860,3 +30860,26 @@ database, and more.")
"This package provides an interface to Amazon Web Services storage
services, including Simple Storage Service (S3).")
(license license:asl2.0)))
+
+(define-public r-paws-compute
+ (package
+ (name "r-paws-compute")
+ (version "0.1.12")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "paws.compute" version))
+ (sha256
+ (base32
+ "1km6fng6il5fcjlrbbndahsw2dr2ql83hwac9wlpd67zm3wy9lky"))))
+ (properties `((upstream-name . "paws.compute")))
+ (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 compute services")
+ (description
+ "This package provides an interface to Amazon Web Services compute
+services, including Elastic Compute Cloud (EC2), Lambda
+functions-as-a-service, containers, batch processing, and more.")
+ (license license:asl2.0)))
- 109/377: gnu: Add r-paws-common., (continued)
- 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, 2021/09/05
- 122/377: gnu: Add r-zoomgroupstats., guix-commits, 2021/09/05
- 120/377: gnu: Add r-paws-compute.,
guix-commits <=
- 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
- 108/377: gnu: Add r-zoon., guix-commits, 2021/09/05
- 100/377: gnu: Add r-zzlite., guix-commits, 2021/09/05