gnu: Remove r-tfautograph.

* gnu/packages/cran.scm (r-tfautograph): Delete variable.

Change-Id: I22c67207eee71c9337ef6c7528b4aeebf30987ce
This commit is contained in:
Andreas Enge 2025-09-14 18:21:41 +02:00
parent 0b89b956c2
commit b59ce2d245
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")