Package: ced
Type: Package
Title: The Compact Encoding Detector
Description: R bindings of the Google Compact Encoding Detection library
  (<https://github.com/google/compact_enc_det>). The library takes as input
  a source buffer of raw text bytes and probabilistically determines the
  most likely encoding for that text. It was designed with accuracy,
  robustness, small size, and speed in mind.
Version: 1.0.1
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"),
  person("Google Inc.",
         role = "cph")
  )
License: GPL-2
Copyright: file COPYRIGHTS
URL: https://artemklevtsov.gitlab.io/ced,
        https://gitlab.com/artemklevtsov/ced
BugReports: https://gitlab.com/artemklevtsov/ced/issues
Depends: R (>= 3.5.0)
Imports: Rcpp
Suggests: tinytest, curl
LinkingTo: Rcpp
Encoding: UTF-8
NeedsCompilation: yes
ByteCompile: yes
RoxygenNote: 7.0.2
SystemRequirements: C++11, GNU make
Packaged: 2020-01-14 08:26:31.034 UTC; unikum
Author: Artem Klevtsov [aut, cre] (<https://orcid.org/0000-0003-0492-6647>),
  Philipp Upravitelev [ctb],
  Google Inc. [cph]
Maintainer: Artem Klevtsov <a.a.klevtsov@gmail.com>
Repository: CRAN
Date/Publication: 2020-01-14 09:20:06 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2020-07-15 10:33:34 UTC; unix
Archs: ced.so.dSYM
