[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/32: gnu: Add r-uchardet.
From: |
guix-commits |
Subject: |
02/32: gnu: Add r-uchardet. |
Date: |
Wed, 19 Jul 2023 09:55:29 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 4415a421c454817728a164db77f0437572343168
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jul 19 13:08:47 2023 +0200
gnu: Add r-uchardet.
* gnu/packages/cran.scm (r-uchardet): New variable.
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index acd1eb0be5..b057a299d4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8009,6 +8009,28 @@ can be computed between character vectors while taking
proper care of encoding
or between integer vectors representing generic sequences.")
(license license:gpl3+)))
+(define-public r-uchardet
+ (package
+ (name "r-uchardet")
+ (version "1.1.1")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "uchardet" version))
+ (sha256
+ (base32
+ "0m3xy807smqdxhkhd9cwrcf3ljlyvfmnkd7831qzpgcadam2jcdj"))))
+ (properties `((upstream-name . "uchardet")))
+ (build-system r-build-system)
+ (native-inputs (list r-knitr))
+ (home-page "https://artemklevtsov.gitlab.io/uchardet")
+ (synopsis "Universal character encoding detector")
+ (description
+ "This package provides R bindings to the uchardet encoding detector
+library from Mozilla. It takes a sequence of bytes in an unknown character
+encoding without any additional information, and attempts to get the encoding
+of the text. All return names of the encodings are iconv-compatible.")
+ (license license:gpl2)))
+
(define-public r-ucminf
(package
(name "r-ucminf")
- branch master updated (b2750695f7 -> b9bd1bcce9), guix-commits, 2023/07/19
- 01/32: gnu: Add r-gwasexacthw., guix-commits, 2023/07/19
- 02/32: gnu: Add r-uchardet.,
guix-commits <=
- 04/32: gnu: Add r-formula-tools., guix-commits, 2023/07/19
- 03/32: gnu: Add r-operator-tools., guix-commits, 2023/07/19
- 05/32: gnu: Add r-logistf., guix-commits, 2023/07/19
- 06/32: gnu: Add r-enhancedvolcano., guix-commits, 2023/07/19
- 08/32: gnu: Add r-genomicdatacommons., guix-commits, 2023/07/19
- 07/32: gnu: Add r-snprelate., guix-commits, 2023/07/19
- 09/32: gnu: Add r-dyndoc., guix-commits, 2023/07/19
- 14/32: gnu: Add r-raggedexperiment., guix-commits, 2023/07/19
- 20/32: gnu: Add r-nebulosa., guix-commits, 2023/07/19
- 24/32: gnu: Add r-ucell., guix-commits, 2023/07/19