mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bluster: Add test inputs.
* gnu/packages/bioconductor.scm (r-bluster)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-apcluster, r-dirichletmultinomial, r-dynamictreecut, r-kohonen, r-mbkmeans, and r-vegan. Change-Id: I112c88ade50df7e87b810c0b4049fd97c7de9afc
This commit is contained in:
parent
cfefe006de
commit
a50fedc120
1 changed files with 17 additions and 2 deletions
|
@ -7185,7 +7185,15 @@ dynamic documents and vignettes.")
|
|||
(sha256
|
||||
(base32
|
||||
"1k8aj5zj297l5yf15f3xak9adcrxr79ax7ifwhz2jq23ifd4dmfs"))))
|
||||
(properties `((upstream-name . "bluster")))
|
||||
(properties
|
||||
'((upstream-name . "bluster")
|
||||
(updater-extra-native-inputs
|
||||
. ("r-apcluster"
|
||||
"r-dirichletmultinomial"
|
||||
"r-dynamictreecut"
|
||||
"r-kohonen"
|
||||
"r-mbkmeans"
|
||||
"r-vegan"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-assorthead
|
||||
|
@ -7197,7 +7205,14 @@ dynamic documents and vignettes.")
|
|||
r-rcpp
|
||||
r-s4vectors))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-apcluster
|
||||
r-dirichletmultinomial
|
||||
r-dynamictreecut
|
||||
r-kohonen
|
||||
r-mbkmeans
|
||||
r-knitr
|
||||
r-testthat
|
||||
r-vegan))
|
||||
(home-page "https://bioconductor.org/packages/bluster")
|
||||
(synopsis "Clustering algorithms for Bioconductor")
|
||||
(description"This package wraps common clustering algorithms in an easily
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue