guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/224: gnu: Add r-countrycode.


From: guix-commits
Subject: 03/224: gnu: Add r-countrycode.
Date: Wed, 17 Jul 2024 03:10:35 -0400 (EDT)

rekado pushed a commit to branch r-team
in repository guix.

commit b96d19ac8963d364a26122bda5ef99a20b9e1ae7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 10:46:28 2024 +0200

    gnu: Add r-countrycode.
    
    * gnu/packages/cran.scm (r-countrycode): New variable.
    
    Change-Id: I032ee3e5491c1678ef46dd42f31dcea53b2594c0
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index bbdd935909..a7bfc548c8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -631,6 +631,26 @@ correlations, multilevel correlations, polychoric 
correlations, biweight
 correlations, distance correlations and more.")
     (license license:gpl3)))
 
+(define-public r-countrycode
+  (package
+    (name "r-countrycode")
+    (version "1.6.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "countrycode" version))
+       (sha256
+        (base32 "1dix4prcavwbi7l7ifw1frvpmqqdcrvk4c45xl7ckg6068713nzr"))))
+    (properties `((upstream-name . "countrycode")))
+    (build-system r-build-system)
+    (home-page "https://vincentarelbundock.github.io/countrycode/";)
+    (synopsis "Convert country names and country codes")
+    (description
+     "This package lets you standardize country names, convert them into one
+of 40 different coding schemes, convert between coding schemes, and assign
+region descriptors.")
+    (license license:gpl3)))
+
 (define-public r-cplm
   (package
     (name "r-cplm")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]