gnu: Add r-usedist.
* gnu/packages/cran.scm (r-usedist): New variable.
This commit is contained in:
parent
e193a74337
commit
c12a73ca26
1 changed files with 19 additions and 0 deletions
|
@ -5037,6 +5037,25 @@ algorithm. The interface of @code{ucminf} is designed for easy interchange
|
||||||
with the package @code{optim}.")
|
with the package @code{optim}.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-usedist
|
||||||
|
(package
|
||||||
|
(name "r-usedist")
|
||||||
|
(version "0.4.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "usedist" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0ddf1zcalbrn293qmr9kdzz3x16fzc4k1bwb1pjmwnspisqfi8kj"))))
|
||||||
|
(properties `((upstream-name . "usedist")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://cran.r-project.org/package=usedist")
|
||||||
|
(synopsis "Distance matrix utilities")
|
||||||
|
(description
|
||||||
|
"This package provides functions to re-arrange, extract, and work with
|
||||||
|
distances.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-useful
|
(define-public r-useful
|
||||||
(package
|
(package
|
||||||
(name "r-useful")
|
(name "r-useful")
|
||||||
|
|
Reference in a new issue