GNU bug report logs - #62964
[PATCH] gnu: Add r-tidygeocoder.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Thu, 20 Apr 2023 09:07:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62964 in the body.
You can then email your comments to 62964 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#62964; Package guix-patches. (Thu, 20 Apr 2023 09:07:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 20 Apr 2023 09:07:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add r-tidygeocoder.
Date: Thu, 20 Apr 2023 09:06:24 +0000
* gnu/packages/cran.scm (r-tidygeocoder): New variable.
---
 gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 03c92e7ffd..d7b6b89b54 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14594,6 +14594,35 @@ (define-public r-targets
 <doi:10.21105/joss.00550>).")
     (license license:expat)))
 
+(define-public r-tidygeocoder
+  (package
+    (name "r-tidygeocoder")
+    (version "1.0.5")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "tidygeocoder" version))
+              (sha256
+               (base32
+                "1ffj8ka5miv3jnds7fdrkcqdc3m2w1ab724z9m10biky213skqka"))))
+    (properties `((upstream-name . "tidygeocoder")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-dplyr
+                             r-httr
+                             r-jsonlite
+                             r-lifecycle
+                             r-progress
+                             r-tibble))
+    (native-inputs (list r-knitr))
+    (home-page "https://jessecambon.github.io/tidygeocoder/")
+    (synopsis
+     "Intuitive interface for getting data from geocoding services")
+    (description
+     "Tidygeocoder makes getting data from geocoding services easy.
+A unified high-level interface is provided for a selection
+of supported geocoding services and results are returned in
+tibble format.")
+    (license license:expat)))
+
 (define-public r-dvmisc
   (package
     (name "r-dvmisc")
-- 
2.34.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Thu, 20 Apr 2023 09:58:02 GMT) Full text and rfc822 format available.

Notification sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Thu, 20 Apr 2023 09:58:02 GMT) Full text and rfc822 format available.

Message #10 received at 62964-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 62964-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-tidygeocoder.
Date: Thu, 20 Apr 2023 11:56:39 +0200
Applied, thank you!

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 18 May 2023 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 34 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.