mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-umap: Update to 0.2.5.0.
* gnu/packages/cran.scm (r-umap): Update to 0.2.5.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
ea20989d87
commit
103de43c67
1 changed files with 4 additions and 2 deletions
|
@ -15334,20 +15334,22 @@ (define-public r-xgboost
|
|||
(define-public r-umap
|
||||
(package
|
||||
(name "r-umap")
|
||||
(version "0.2.4.1")
|
||||
(version "0.2.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "umap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pnh3hv8ihiz2nszqp797lkrdhhna2a6mzpizbsk0s9m8cj4wxva"))))
|
||||
"0qp8zbh6fn8kn6q2h2lyjgmq3pr6gqwsd8ymqx25px13zjhxch9d"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-openssl" ,r-openssl)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-reticulate" ,r-reticulate)
|
||||
("r-rspectra" ,r-rspectra)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/tkonopka/umap")
|
||||
(synopsis "Uniform manifold approximation and projection")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue