unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69316]
@ 2024-02-22 20:56 King, Spencer via Guix-patches via
  2024-05-22 21:18 ` [bug#69316] King, Spencer via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: King, Spencer via Guix-patches via @ 2024-02-22 20:56 UTC (permalink / raw)
  To: 69316

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-gnu-Add-r-fuzzyjoin.patch --]
[-- Type: application/octet-stream, Size: 2241 bytes --]

From 3890d95f9497e2cda73e71d728a87046fdb08969 Mon Sep 17 00:00:00 2001
Message-Id: <3890d95f9497e2cda73e71d728a87046fdb08969.1708465170.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Tue, 20 Feb 2024 21:37:45 +0000
Subject: [PATCH] gnu: Add r-fuzzyjoin.

* gnu/pacakges/cran.scm (r-fuzzyjoin): New variable.

Change-Id: I47fd35ac4759c8c9cceaac32a5b78c2306404903
---
 gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 407e64ae05..60af08ba22 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37,6 +37,7 @@
 ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2022, 2023 Navid Afkhami <navid.afkhami@mdc-berlin.de>
 ;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
+;;; Copyright © 2024 Spencer King <spencer.king@geneoscopy.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -847,6 +848,34 @@ (define-public r-emdist
 Distance (EMD).")
     (license license:expat)))
 
+(define-public r-fuzzyjoin
+  (package
+    (name "r-fuzzyjoin")
+    (version "0.1.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "fuzzyjoin" version))
+       (sha256
+        (base32 "0s5rhqz8vih4za3a8k1k7i3gq8hj0w7bqnakw40k6mg87jvyzsj7"))))
+    (properties `((upstream-name . "fuzzyjoin")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-dplyr
+                             r-geosphere
+                             r-purrr
+                             r-stringdist
+                             r-stringr
+                             r-tibble
+                             r-tidyr))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/dgrtwo/fuzzyjoin")
+    (synopsis "Join Tables Together on Inexact Matching")
+    (description
+     "Join tables together based not on whether columns match exactly, but whether
+they are similar by some comparison.  Implementations include string distance
+and regular expression matching.")
+    (license license:expat)))
+
 (define-public r-gfonts
   (package
     (name "r-gfonts")

base-commit: 8a0910e042ad1670435613e06458a6fb2c4131c4
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#69316]
  2024-02-22 20:56 [bug#69316] King, Spencer via Guix-patches via
@ 2024-05-22 21:18 ` King, Spencer via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: King, Spencer via Guix-patches via @ 2024-05-22 21:18 UTC (permalink / raw)
  To: 69316@debbugs.gnu.org

Hello,

Just checking in on this patch. Is there anything you need from me?

Best,
Spencer



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-22 21:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-22 20:56 [bug#69316] King, Spencer via Guix-patches via
2024-05-22 21:18 ` [bug#69316] King, Spencer via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).