[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
117/377: gnu: Add r-paws-networking.
From: |
guix-commits |
Subject: |
117/377: gnu: Add r-paws-networking. |
Date: |
Thu, 2 Sep 2021 17:54:58 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 478a889925a488ea2785c4146b0da8c63d79209b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:23:35 2021 +0200
gnu: Add r-paws-networking.
* gnu/packages/cran.scm (r-paws-networking): New variable.
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 56e20a0..fb93f15 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30790,3 +30790,27 @@ natural language processing, speech recognition,
translation, and more.")
governance services, including CloudWatch application and infrastructure
monitoring, Auto Scaling for automatically scaling resources, and more.")
(license license:asl2.0)))
+
+(define-public r-paws-networking
+ (package
+ (name "r-paws-networking")
+ (version "0.1.12")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "paws.networking" version))
+ (sha256
+ (base32
+ "02hxaa5nlj70mdggh379ij3fn09xm8h5ldzsyf45c342prpl6zwj"))))
+ (properties
+ `((upstream-name . "paws.networking")))
+ (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 networking and content delivery services")
+ (description
+ "This package provides an interface to Amazon Web Services networking and
+content delivery services, including Route 53 Domain Name System service,
+CloudFront content delivery, load balancing, and more.")
+ (license license:asl2.0)))
- 64/377: gnu: r-biomart: Update to 2.48.3., (continued)
- 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, 2021/09/02
- 105/377: gnu: Add r-zra., guix-commits, 2021/09/02
- 117/377: gnu: Add r-paws-networking.,
guix-commits <=
- 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
- 59/377: gnu: r-r6: Update to 2.5.1., guix-commits, 2021/09/02
- 71/377: gnu: r-diffbind: Update to 3.2.5., guix-commits, 2021/09/02