[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
115/377: gnu: Add r-paws-machine-learning.
From: |
guix-commits |
Subject: |
115/377: gnu: Add r-paws-machine-learning. |
Date: |
Thu, 2 Sep 2021 17:54:58 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 322290ba138710802ee286e2a91f5340dcaf01a9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:23:24 2021 +0200
gnu: Add r-paws-machine-learning.
* gnu/packages/cran.scm (r-paws-machine-learning): 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 f892921..e8ee203 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30742,3 +30742,27 @@ more.")
services, including Elastic MapReduce Hadoop and Spark big data service,
Elasticsearch search engine, and more.")
(license license:asl2.0)))
+
+(define-public r-paws-machine-learning
+ (package
+ (name "r-paws-machine-learning")
+ (version "0.1.12")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "paws.machine.learning" version))
+ (sha256
+ (base32
+ "01w2y5952pk50xjbzby2pc51xrkrzjpfxbmii1b10cl2xgzfkxsa"))))
+ (properties
+ `((upstream-name . "paws.machine.learning")))
+ (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 machine learning services")
+ (description
+ "This package provides an interface to Amazon Web Services machine
+learning services, including SageMaker managed machine learning service,
+natural language processing, speech recognition, translation, and more.")
+ (license license:asl2.0)))
- 51/377: gnu: r-english: Update to 1.2-6., (continued)
- 51/377: gnu: r-english: Update to 1.2-6., guix-commits, 2021/09/02
- 74/377: gnu: r-treeio: Update to 1.16.2., guix-commits, 2021/09/02
- 76/377: gnu: r-batchelor: Update to 1.8.1., guix-commits, 2021/09/02
- 89/377: gnu: ungoogled-chromium: Update to 92.0.4515.159-0.8164c91., guix-commits, 2021/09/02
- 94/377: gnu: emacs-envrc: Update to 0.4., guix-commits, 2021/09/02
- 98/377: gnu: emacs-orgit: Update to 1.7.1., guix-commits, 2021/09/02
- 110/377: gnu: Add r-paws-customer-engagement., guix-commits, 2021/09/02
- 101/377: gnu: Add r-ztree., guix-commits, 2021/09/02
- 111/377: gnu: Add r-paws-cost-management., guix-commits, 2021/09/02
- 114/377: gnu: Add r-paws-analytics., guix-commits, 2021/09/02
- 115/377: gnu: Add r-paws-machine-learning.,
guix-commits <=
- 116/377: gnu: Add r-paws-management., guix-commits, 2021/09/02
- 120/377: gnu: Add r-paws-compute., guix-commits, 2021/09/02
- 131/377: gnu: Add r-zonator., guix-commits, 2021/09/02
- 127/377: gnu: Add r-zooimage., guix-commits, 2021/09/02
- 137/377: gnu: Add r-zoltr., guix-commits, 2021/09/02
- 143/377: gnu: Add rust-fd-lock-3., guix-commits, 2021/09/02
- 146/377: gnu: Add rust-parquet-5., guix-commits, 2021/09/02
- 54/377: gnu: r-vroom: Update to 1.5.4., guix-commits, 2021/09/02
- 106/377: gnu: Add r-rfigshare., guix-commits, 2021/09/02
- 66/377: gnu: r-ensembldb: Update to 2.16.4., guix-commits, 2021/09/02