diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-09-14 18:21:41 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-14 18:22:09 +0200 |
| commit | b59ce2d2456c9708f4e9ba79885fda82aaa3d4e4 (patch) | |
| tree | 86eafe5c8aebc9ea2e98df0563df483b49301e9a /gnu/packages/cran.scm | |
| parent | 0b89b956c236524331b6ee93e1b5d2a6a46bc048 (diff) | |
gnu: Remove r-tfautograph.
* gnu/packages/cran.scm (r-tfautograph): Delete variable.
Change-Id: I22c67207eee71c9337ef6c7528b4aeebf30987ce
Diffstat (limited to 'gnu/packages/cran.scm')
| -rw-r--r-- | gnu/packages/cran.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 4cdcd39258f..a24588f2ad6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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") |
