[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
110/377: gnu: Add r-paws-customer-engagement.
From: |
guix-commits |
Subject: |
110/377: gnu: Add r-paws-customer-engagement. |
Date: |
Sun, 5 Sep 2021 10:07:14 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit e1f7b3e8f9023e6e9e6e9534d28e3d8db018834b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:22:55 2021 +0200
gnu: Add r-paws-customer-engagement.
* gnu/packages/cran.scm (r-paws-customer-engagement): 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 68861bf..67c36c9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30621,3 +30621,27 @@ 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)))
+
+(define-public r-paws-customer-engagement
+ (package
+ (name "r-paws-customer-engagement")
+ (version "0.1.12")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "paws.customer.engagement" version))
+ (sha256
+ (base32
+ "0ac6hzn4ilfjhzdmc9x80999fl18cz16mky31qd3y09m93w2xkdj"))))
+ (properties
+ `((upstream-name . "paws.customer.engagement")))
+ (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 customer engagement services")
+ (description
+ "This package provides an interface to Amazon Web Services customer
+engagement services, including Simple Email Service, Connect contact center
+service, and more.")
+ (license license:asl2.0)))
- 86/377: gnu: atop: Update to 2.6.0., (continued)
- 86/377: gnu: atop: Update to 2.6.0., guix-commits, 2021/09/05
- 97/377: gnu: emacs-moody: Update to 0.6.0., guix-commits, 2021/09/05
- 89/377: gnu: ungoogled-chromium: Update to 92.0.4515.159-0.8164c91., guix-commits, 2021/09/05
- 93/377: gnu: Add emacs-inheritenv., guix-commits, 2021/09/05
- 96/377: gnu: emacs-keycast: Update to 1.1.1., guix-commits, 2021/09/05
- 101/377: gnu: Add r-ztree., guix-commits, 2021/09/05
- 103/377: gnu: Add r-ztpln., guix-commits, 2021/09/05
- 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 <=
- 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, 2021/09/05
- 126/377: gnu: Add r-mlearning., guix-commits, 2021/09/05