mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Remove r-tfautograph.
* gnu/packages/cran.scm (r-tfautograph): Delete variable. Change-Id: I22c67207eee71c9337ef6c7528b4aeebf30987ce
This commit is contained in:
parent
0b89b956c2
commit
b59ce2d245
1 changed files with 0 additions and 24 deletions
|
|
@ -53575,30 +53575,6 @@ 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.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tfautograph" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fmaq1ggjyxgf2ss7qb8jk74sfwc3s1vc123pd5glclxcy1ib0j2"))))
|
||||
(properties `((upstream-name . "tfautograph")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list tensorflow))
|
||||
(propagated-inputs
|
||||
(list r-backports r-reticulate))
|
||||
(native-inputs (list r-testthat))
|
||||
(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-zzlite
|
||||
(package
|
||||
(name "r-zzlite")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue