[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")
- branch r-team created (now 45983b41ee), guix-commits, 2024/07/17
- 01/224: gnu: r-with-tests: Update to 4.4.1., guix-commits, 2024/07/17
- 04/224: gnu: Add r-stabm., guix-commits, 2024/07/17
- 02/224: gnu: Add r-clarabel., guix-commits, 2024/07/17
- 03/224: gnu: Add r-countrycode.,
guix-commits <=
- 14/224: gnu: r-dsb: Update to 1.0.4., guix-commits, 2024/07/17
- 15/224: gnu: r-activepathways: Update to 2.0.4., guix-commits, 2024/07/17
- 12/224: gnu: r-vegan: Update to 2.6-6.1., guix-commits, 2024/07/17
- 07/224: gnu: apache-arrow: Update to 16.1.0., guix-commits, 2024/07/17
- 06/224: gnu: Add r-gparotation., guix-commits, 2024/07/17
- 09/224: gnu: liblantern: Update to 0.13.0., guix-commits, 2024/07/17
- 05/224: gnu: Add r-minty., guix-commits, 2024/07/17
- 08/224: gnu: r-arrow: Update to 16.1.0., guix-commits, 2024/07/17
- 13/224: gnu: r-qs: Update to 0.26.3., guix-commits, 2024/07/17
- 10/224: gnu: r-torch: Update to 0.13.0., guix-commits, 2024/07/17