[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
169/377: gnu: Add r-emdist.
From: |
guix-commits |
Subject: |
169/377: gnu: Add r-emdist. |
Date: |
Thu, 2 Sep 2021 17:55:19 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 63a5090869fac4f2b1c310d02b41d29669f3f389
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Aug 27 13:24:08 2021 +0200
gnu: Add r-emdist.
* gnu/packages/cran.scm (r-emdist): New variable.
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8dd3743..4fb5b2d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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")
- 153/377: gnu: Add rust-flatbuffers-2., (continued)
- 153/377: gnu: Add rust-flatbuffers-2., guix-commits, 2021/09/02
- 148/377: gnu: Add rust-polars-arrow-0.15., guix-commits, 2021/09/02
- 156/377: gnu: rust-zstd-safe-4: Update to 4.1.1+zstd.1.5.0., guix-commits, 2021/09/02
- 157/377: gnu: Add rust-zstd-0.9., guix-commits, 2021/09/02
- 159/377: gnu: colobot: Update to 0.2.0-alpha., guix-commits, 2021/09/02
- 161/377: gnu: ccache: Update to 3.4., guix-commits, 2021/09/02
- 163/377: gnu: emacs-vertico: Add new phase after unpack., guix-commits, 2021/09/02
- 165/377: gnu: python-pytest-xprocess: Update to 0.18.1., guix-commits, 2021/09/02
- 167/377: gnu: emacs-auctex: Update to 13.0.14., guix-commits, 2021/09/02
- 168/377: gnu: emacs-dash: Update to 2.19.1., guix-commits, 2021/09/02
- 169/377: gnu: Add r-emdist.,
guix-commits <=
- 173/377: gnu: postgresql-11: Update to 11.13., guix-commits, 2021/09/02
- 175/377: gnu: postgresql-9.6: Update to 9.6.23., guix-commits, 2021/09/02
- 178/377: gnu: man-pages: Update to 5.13., guix-commits, 2021/09/02
- 179/377: gnu: opencl-headers: Update to 2021.06.30 and switch to CMake., guix-commits, 2021/09/02
- 182/377: gnu: Add opencl-icd-loader., guix-commits, 2021/09/02
- 183/377: gnu: ocl-icd: Replace with opencl-icd-loader., guix-commits, 2021/09/02
- 184/377: gnu: Add clpeak., guix-commits, 2021/09/02
- 188/377: gnu: mame: Update to 0.235., guix-commits, 2021/09/02
- 190/377: images: pinebook-pro: Fix the agetty baud rate., guix-commits, 2021/09/02
- 196/377: gnu: Add python-resolvelib., guix-commits, 2021/09/02