[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
142/323: gnu: Add r-aws-s3.
From: |
guix-commits |
Subject: |
142/323: gnu: Add r-aws-s3. |
Date: |
Mon, 7 Dec 2020 15:13:24 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit dd3ee7745419a11cf85110579ac3da8048066b57
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Wed Dec 2 16:25:30 2020 +0100
gnu: Add r-aws-s3.
* gnu/packages/cran.scm (r-aws-s3): New variable.
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cbe9ac9..9533006 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24801,3 +24801,30 @@ Services (AWS) and provides a mechanism for retrieving
credentials from
environment variables, AWS credentials files, and EC2 instance metadata. For
use on EC2 instances, the package 'aws.ec2metadata' is suggested.")
(license license:gpl2+)))
+
+(define-public r-aws-s3
+ (package
+ (name "r-aws-s3")
+ (version "0.3.21")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "aws.s3" version))
+ (sha256
+ (base32
+ "132cczq0ml7lpp2yl6l4p99dn1zihrncnpa6wyad4m9mnr50a8dx"))))
+ (properties `((upstream-name . "aws.s3")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-aws-signature" ,r-aws-signature)
+ ("r-base64enc" ,r-base64enc)
+ ("r-curl" ,r-curl)
+ ("r-digest" ,r-digest)
+ ("r-httr" ,r-httr)
+ ("r-xml2" ,r-xml2)))
+ (home-page "https://github.com/cloudyr/aws.s3")
+ (synopsis "AWS S3 Client Package")
+ (description
+ "This package provides a simple client package for the Amazon Web
+Services (AWS) Simple Storage Service (S3) REST API.")
+ (license license:gpl2+)))
- 113/323: gnu: r-widgettools: Update to 1.68.0., (continued)
- 113/323: gnu: r-widgettools: Update to 1.68.0., guix-commits, 2020/12/07
- 117/323: gnu: r-progeny: Update to 1.12.0., guix-commits, 2020/12/07
- 119/323: gnu: r-biocfilecache: Update to 1.14.0., guix-commits, 2020/12/07
- 10/323: gnu: r-affycoretools: Update to 1.62.0., guix-commits, 2020/12/07
- 72/323: gnu: r-fgsea: Update to 1.16.0., guix-commits, 2020/12/07
- 84/323: gnu: r-abseqr: Update to 1.8.0., guix-commits, 2020/12/07
- 67/323: gnu: r-varianttools: Update to 1.32.0., guix-commits, 2020/12/07
- 124/323: gnu: r-quasr: Update to 1.30.0., guix-commits, 2020/12/07
- 138/323: gnu: r-flowviz: Update to 1.54.0., guix-commits, 2020/12/07
- 139/323: gnu: r-flowclust: Update to 3.28.0., guix-commits, 2020/12/07
- 142/323: gnu: Add r-aws-s3.,
guix-commits <=
- 143/323: gnu: r-flowworkspace: Update to 4.2.0., guix-commits, 2020/12/07
- 145/323: gnu: r-opencyto: Update to 2.2.0., guix-commits, 2020/12/07
- 146/323: gnu: r-cytoml: Update to 2.2.1., guix-commits, 2020/12/07
- 166/323: gnu: r-bicare: Update to 1.48.0., guix-commits, 2020/12/07
- 159/323: gnu: r-variantfiltering: Update to 1.26.0., guix-commits, 2020/12/07
- 172/323: gnu: r-bigmemoryextras: Update to 1.38.0., guix-commits, 2020/12/07
- 184/323: gnu: r-bioconcotk: Update to 1.10.0., guix-commits, 2020/12/07
- 197/323: gnu: r-xvector: Update to 0.30.0., guix-commits, 2020/12/07
- 202/323: gnu: Add r-ggalluvial., guix-commits, 2020/12/07
- 216/323: gnu: r-dexseq: Update to 1.36.0., guix-commits, 2020/12/07