parent
0156297f29
commit
77e2de3654
|
@ -7382,3 +7382,26 @@ accessing web references for elements/sets are also available in BiocSet.")
|
|||
"This package provides functions to ease the transition between
|
||||
Rmarkdown and LaTeX documents when authoring a Bioconductor Workflow.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-biodist
|
||||
(package
|
||||
(name "r-biodist")
|
||||
(version "1.58.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "bioDist" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0iabw07px3ybdgbbab0vv350051cm4aq8w47rz9dnmzx4kil9h5q"))))
|
||||
(properties `((upstream-name . "bioDist")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biobase" ,r-biobase)
|
||||
("r-kernsmooth" ,r-kernsmooth)))
|
||||
(home-page "https://bioconductor.org/packages/bioDist/")
|
||||
(synopsis "Different distance measures")
|
||||
(description
|
||||
"This package provides a collection of software tools for calculating
|
||||
distance measures.")
|
||||
(license license:artistic2.0)))
|
||||
|
|
Reference in New Issue