guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/58: gnu: Add r-tfautograph.


From: guix-commits
Subject: 05/58: gnu: Add r-tfautograph.
Date: Mon, 23 Aug 2021 05:52:05 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit d50e57c46c3b5f8896e0431835f948a5d2a9b9e8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 22 17:51:27 2021 +0200

    gnu: Add r-tfautograph.
    
    * gnu/packages/cran.scm (r-tfautograph): New variable.
---
 gnu/packages/cran.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8c19d3d..c8abaa1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30245,6 +30245,29 @@ functions to retrieve the directory of the latest run 
or latest several
 runs.")
     (license license:asl2.0)))
 
+(define-public r-tfautograph
+  (package
+    (name "r-tfautograph")
+    (version "0.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "tfautograph" version))
+       (sha256
+        (base32
+         "1fgpvv330g61ghzhkwnzx04gd9l3d6x1vxd1xqslb05h5acagwqn"))))
+    (properties `((upstream-name . "tfautograph")))
+    (build-system r-build-system)
+    (inputs `(("tensorflow" ,tensorflow)))
+    (propagated-inputs
+     `(("r-reticulate" ,r-reticulate)))
+    (home-page "https://t-kalinowski.github.io/tfautograph/";)
+    (synopsis "Autograph R for Tensorflow")
+    (description
+     "This package lets you translate R control flow expressions into
+Tensorflow graphs.")
+    (license license:gpl3)))
+
 (define-public r-tensorflow
   (package
     (name "r-tensorflow")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]