me
/
guix
Archived
1
0
Fork 0

gnu: Add r-emdist.

* gnu/packages/cran.scm (r-emdist): New variable.
Ricardo Wurmus 2021-08-27 13:24:08 +02:00
parent 03f86ad65c
commit 63a5090869
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 20 additions and 0 deletions

View File

@ -231,6 +231,26 @@ wrangling backend for the packages in the @code{easystats} ecosystem.")
visualization of their differences.")
(license license:gpl2+)))
(define-public r-emdist
(package
(name "r-emdist")
(version "0.3-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "emdist" version))
(sha256
(base32
"1z14pb9z9nkd0f2c8pln4hzkfqa9dk9n3vg8czc8jiv0ndnqi7rq"))))
(properties `((upstream-name . "emdist")))
(build-system r-build-system)
(home-page "http://www.rforge.net/emd")
(synopsis "Earth mover's distance")
(description
"This package provides tools to calculate the Earth Mover's
Distance (EMD).")
(license license:expat)))
(define-public r-googledrive
(package
(name "r-googledrive")