[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
109/377: gnu: Add r-paws-common.
From: |
guix-commits |
Subject: |
109/377: gnu: Add r-paws-common. |
Date: |
Thu, 2 Sep 2021 17:54:55 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit add144a0c4b3636c643829f11baf953352b04b3f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:22:50 2021 +0200
gnu: Add r-paws-common.
* gnu/packages/cran.scm (r-paws-common): New variable.
---
gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index eb00a6f..68861bf 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30592,3 +30592,32 @@ of known occurrences of a species.")
runs full species distribution modelling workflows and returns output that is
fully reproducible.")
(license license:bsd-3)))
+
+(define-public r-paws-common
+ (package
+ (name "r-paws-common")
+ (version "0.3.12")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "paws.common" version))
+ (sha256
+ (base32
+ "1khq1rv0yij4l0vi2x6hslnzpsd6m5n6nipfac7g3na9ah93h8i9"))))
+ (properties `((upstream-name . "paws.common")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-base64enc" ,r-base64enc)
+ ("r-digest" ,r-digest)
+ ("r-httr" ,r-httr)
+ ("r-jsonlite" ,r-jsonlite)
+ ("r-xml2" ,r-xml2)))
+ (home-page "https://cran.r-project.org/package=paws.common")
+ (synopsis "Paws low-level Amazon Web Services API")
+ (description
+ "This package provides functions for making low-level API requests to
+Amazon Web Services. The functions handle building, signing, and sending
+requests, and receiving responses. They are designed to help build
+higher-level interfaces to individual services, such as Simple Storage
+Service (S3).")
+ (license license:asl2.0)))
- 62/377: gnu: r-rsqlite: Update to 2.2.8., (continued)
- 62/377: gnu: r-rsqlite: Update to 2.2.8., guix-commits, 2021/09/02
- 65/377: gnu: r-biostrings: Update to 2.60.2., guix-commits, 2021/09/02
- 64/377: gnu: r-biomart: Update to 2.48.3., guix-commits, 2021/09/02
- 80/377: gnu: r-biocset: Update to 1.6.1., guix-commits, 2021/09/02
- 81/377: gnu: r-beachmat: Update to 2.8.1., guix-commits, 2021/09/02
- 86/377: gnu: atop: Update to 2.6.0., guix-commits, 2021/09/02
- 90/377: gnu: knot-resolver: Update to 5.4.1., guix-commits, 2021/09/02
- 91/377: gnu: osinfo-db: Update to 20210809., guix-commits, 2021/09/02
- 97/377: gnu: emacs-moody: Update to 0.6.0., guix-commits, 2021/09/02
- 102/377: gnu: Add r-distributionutils., guix-commits, 2021/09/02
- 109/377: gnu: Add r-paws-common.,
guix-commits <=
- 105/377: gnu: Add r-zra., guix-commits, 2021/09/02
- 117/377: gnu: Add r-paws-networking., guix-commits, 2021/09/02
- 118/377: gnu: Add r-paws-database., guix-commits, 2021/09/02
- 121/377: gnu: Add r-paws., guix-commits, 2021/09/02
- 124/377: gnu: Add r-zoolog., guix-commits, 2021/09/02
- 28/377: gnu: r-gert: Update to 1.3.2., guix-commits, 2021/09/02
- 126/377: gnu: Add r-mlearning., guix-commits, 2021/09/02
- 42/377: gnu: r-rsconnect: Update to 0.8.24., guix-commits, 2021/09/02
- 46/377: gnu: r-scatterpie: Update to 0.1.7., guix-commits, 2021/09/02
- 52/377: gnu: r-rjsonio: Update to 1.3-1.5., guix-commits, 2021/09/02