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:
parent
d3daace423
commit
a5b0f1db21
@ -5838,14 +5838,14 @@ genome-wide association studies can be analyzed efficiently.")
|
|||||||
(define-public r-tsne
|
(define-public r-tsne
|
||||||
(package
|
(package
|
||||||
(name "r-tsne")
|
(name "r-tsne")
|
||||||
(version "0.1-3")
|
(version "0.1-3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tsne" version))
|
(uri (cran-uri "tsne" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s8cv2pndkddq62rzlgzgfdjp1vjv5hz5i5957sllnb97vbzbzb6"))))
|
"126q6ha25wx9mdsfngzkyp8j2fj81ri1knjdq1iyvwx3q1dwdaql"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/jdonaldson/rtsne/")
|
(home-page "https://github.com/jdonaldson/rtsne/")
|
||||||
(synopsis "t-Distributed Stochastic Neighbor Embedding for R")
|
(synopsis "t-Distributed Stochastic Neighbor Embedding for R")
|
||||||
|
Loading…
Reference in New Issue
Block a user