3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-tsne: Update to 0.1-3.1.

* gnu/packages/statistics.scm (r-tsne): Update to 0.1-3.1.
This commit is contained in:
Ricardo Wurmus 2022-04-11 18:01:43 +02:00
parent d3daace423
commit a5b0f1db21
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5838,14 +5838,14 @@ genome-wide association studies can be analyzed efficiently.")
(define-public r-tsne
(package
(name "r-tsne")
(version "0.1-3")
(version "0.1-3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "tsne" version))
(sha256
(base32
"0s8cv2pndkddq62rzlgzgfdjp1vjv5hz5i5957sllnb97vbzbzb6"))))
"126q6ha25wx9mdsfngzkyp8j2fj81ri1knjdq1iyvwx3q1dwdaql"))))
(build-system r-build-system)
(home-page "https://github.com/jdonaldson/rtsne/")
(synopsis "t-Distributed Stochastic Neighbor Embedding for R")