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 @@ (define-public r-ucminf
|
|||
with the package @code{optim}.")
|
||||
(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
|
||||
(package
|
||||
(name "r-useful")
|
||||
|
|
Loading…
Reference in a new issue