Package: uchardet
Type: Package
Title: The Universal Character Encoding Detector
Description: R bindings of the 'uchardet', encoding detector library from Mozilla
  (<https://www.freedesktop.org/wiki/Software/uchardet/>). It takes a sequence
  of bytes in an unknown character encoding and without any additional
  information, and attempts to get the encoding of the text. All return names of
  the encodings are iconv-compatible.
Version: 1.1.0
Authors@R: c(
  person(given = "Artem",
         family = "Klevtsov",
         role = c("aut", "cre"),
         email = "a.a.klevtsov@gmail.com",
         comment = c(ORCID = "0000-0003-0492-6647")),
  person(given = "Philipp",
         family = "Upravitelev",
         role = "ctb",
         email = "upravitelev@gmail.com")
  )
License: GPL-2
Copyright: file COPYRIGHTS
URL: https://artemklevtsov.gitlab.io/uchardet,
        https://gitlab.com/artemklevtsov/uchardet
BugReports: https://gitlab.com/artemklevtsov/uchardet/-/issues
Depends: R (>= 3.1.0)
Suggests: tinytest, knitr, rmarkdown, curl
SystemRequirements: C++11, GNU make
NeedsCompilation: yes
ByteCompile: yes
Encoding: UTF-8
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Packaged: 2020-09-02 05:22:41 UTC; unikum
Author: Artem Klevtsov [aut, cre] (<https://orcid.org/0000-0003-0492-6647>),
  Philipp Upravitelev [ctb]
Maintainer: Artem Klevtsov <a.a.klevtsov@gmail.com>
Repository: CRAN
Date/Publication: 2020-09-02 05:50:03 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2020-09-02 10:34:52 UTC; unix
Archs: uchardet.so.dSYM
