[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/13: gnu: Add r-tensorflow.
From: |
guix-commits |
Subject: |
02/13: gnu: Add r-tensorflow. |
Date: |
Wed, 4 Aug 2021 09:56:04 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 3a104c5f9d5e5b22dde9fcd31e3fa39537984667
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 4 15:34:43 2021 +0200
gnu: Add r-tensorflow.
* gnu/packages/cran.scm (r-tensorflow): New variable.
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0320fe6..ad1427d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30122,3 +30122,34 @@ This package provides a unique, time stamped directory
for each run along with
functions to retrieve the directory of the latest run or latest several
runs.")
(license license:asl2.0)))
+
+(define-public r-tensorflow
+ (package
+ (name "r-tensorflow")
+ (version "2.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "tensorflow" version))
+ (sha256
+ (base32
+ "00g9w4xmdyjl4578kmhng58k7afjkj2vwgcq2ik8rqwljkcz5pph"))))
+ (properties `((upstream-name . "tensorflow")))
+ (build-system r-build-system)
+ (inputs `(("tensorflow" ,tensorflow)))
+ (propagated-inputs
+ `(("r-config" ,r-config)
+ ("r-jsonlite" ,r-jsonlite)
+ ("r-processx" ,r-processx)
+ ("r-reticulate" ,r-reticulate)
+ ("r-rstudioapi" ,r-rstudioapi)
+ ("r-tfruns" ,r-tfruns)
+ ("r-yaml" ,r-yaml)))
+ (home-page "https://github.com/rstudio/tensorflow")
+ (synopsis "R interface to TensorFlow")
+ (description
+ "R interface to TensorFlow a library for numerical computation using data
+flow graphs. Nodes in the graph represent mathematical operations, while the
+graph edges represent the multidimensional data arrays (tensors) communicated
+between them.")
+ (license license:asl2.0)))
- branch master updated (047d792 -> 00cdff9), guix-commits, 2021/08/04
- 01/13: gnu: Add r-tfruns., guix-commits, 2021/08/04
- 02/13: gnu: Add r-tensorflow.,
guix-commits <=
- 07/13: gnu: r-rbibutils: Update to 2.2.2., guix-commits, 2021/08/04
- 04/13: gnu: r-ggpp: Update to 0.4.2., guix-commits, 2021/08/04
- 03/13: gnu: Add r-keras., guix-commits, 2021/08/04
- 08/13: gnu: r-tab: Update to 5.1.1., guix-commits, 2021/08/04
- 09/13: gnu: r-rcppannoy: Update to 0.0.19., guix-commits, 2021/08/04
- 11/13: gnu: r-tuner: Update to 1.3.3.1., guix-commits, 2021/08/04
- 12/13: gnu: r-iml: Update to 0.10.1., guix-commits, 2021/08/04
- 10/13: gnu: r-ggplotify: Update to 0.0.8., guix-commits, 2021/08/04
- 13/13: gnu: r-maldiquant: Update to 1.20., guix-commits, 2021/08/04
- 05/13: gnu: r-ggpmisc: Update to 0.4.2., guix-commits, 2021/08/04