[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/28: gnu: Add r-english.
From: |
guix-commits |
Subject: |
08/28: gnu: Add r-english. |
Date: |
Mon, 15 Mar 2021 05:55:28 -0400 (EDT) |
lbraun pushed a commit to branch master
in repository guix.
commit 584c868fbd6fe5fea5715e2938fc80ec14446502
Author: Lars-Dominik Braun <ldb@leibniz-psychology.org>
AuthorDate: Mon Mar 15 09:38:23 2021 +0100
gnu: Add r-english.
* gnu/packages/cran.scm (r-english): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f5ed504..b8a57cd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -27487,3 +27487,26 @@ normalization.")
"This package provides a collection of lexical hash tables, dictionaries,
and word lists.")
(license license:gpl3)))
+
+(define-public r-english
+ (package
+ (name "r-english")
+ (version "1.2-5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "english" version))
+ (sha256
+ (base32
+ "0d6rin40wy2y6k75x8d5qvf03rfy139f309wrl8xwbdb1h8fjkd1"))))
+ (properties `((upstream-name . "english")))
+ (build-system r-build-system)
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page
+ "https://cran.r-project.org/package=english";)
+ (synopsis "Translate Integers into English")
+ (description
+ "Allow numbers to be presented in an English language version, one, two,
+three, ... Ordinals are also available, first, second, third, ... and
+indefinite article choice, \"a\" or \"an\".")
+ (license license:gpl2)))
- branch master updated (d059485 -> c3163fe), guix-commits, 2021/03/15
- 02/28: gnu: Add r-qdapregex., guix-commits, 2021/03/15
- 03/28: gnu: Add r-mgsub., guix-commits, 2021/03/15
- 04/28: gnu: Add r-dtt., guix-commits, 2021/03/15
- 06/28: gnu: Add r-syuzhet., guix-commits, 2021/03/15
- 08/28: gnu: Add r-english.,
guix-commits <=
- 11/28: gnu: gzstream: Add PIC flag., guix-commits, 2021/03/15
- 12/28: gnu: Add r-ndjson., guix-commits, 2021/03/15
- 14/28: gnu: Add r-readods., guix-commits, 2021/03/15
- 07/28: gnu: Add r-lexicon., guix-commits, 2021/03/15
- 01/28: gnu: Add r-esc., guix-commits, 2021/03/15
- 09/28: gnu: Add r-textclean., guix-commits, 2021/03/15
- 10/28: gnu: Add r-striprtf., guix-commits, 2021/03/15
- 13/28: gnu: Add r-streamr, guix-commits, 2021/03/15
- 18/28: gnu: Add r-readtext., guix-commits, 2021/03/15
- 16/28: gnu: Add r-pdftools., guix-commits, 2021/03/15