~ruther/guix-local

37978a78979373727d8a24ac39a5e0f2845bdbf5 — Andreas Enge 9 months ago 8b85509
gnu: Remove r-keras.

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

Change-Id: I6d78b52605795cb285f893043b6f733dbf93a3fb
1 files changed, 0 insertions(+), 34 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +0 -34
@@ 53631,40 53631,6 @@ graph edges represent the multidimensional data arrays (tensors) communicated
between them.")
    (license license:asl2.0)))

(define-public r-keras
  (package
    (name "r-keras")
    (version "2.15.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "keras" version))
       (sha256
        (base32
         "0xahkgww3dzp8vjz0456sn6ihz0w0q0dz1gnmx07r2vx81isirvc"))))
    (properties `((upstream-name . "keras")))
    (build-system r-build-system)
    (propagated-inputs
     (list r-generics
           r-glue
           r-magrittr
           r-r6
           r-reticulate
           r-rlang
           r-tensorflow
           r-tfruns
           r-zeallot))
    (native-inputs (list r-knitr r-testthat))
    (home-page "https://keras.rstudio.com")
    (synopsis "R Interface to 'Keras'")
    (description
     "This package provides an interface to Keras, a high-level neural
networks API.  Keras was developed with a focus on enabling fast
experimentation, supports both convolution based networks and recurrent
networks (as well as combinations of the two), and runs seamlessly on both CPU
and GPU devices.")
    (license license:expat)))

(define-public r-zzlite
  (package
    (name "r-zzlite")