Package: arkhe
Title: Tools for Cleaning Rectangular Data
Version: 1.6.0
Authors@R: c(
    person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")),
    person("Brice", "Lebrun", , "brice.lebrun@u-bordeaux-montaigne.fr", role = "ctb",
           comment = c(ORCID = "0000-0001-7503-8685", "Logo designer")),
    person("Université Bordeaux Montaigne", role = "fnd"),
    person("CNRS", role = "fnd")
  )
Maintainer: Nicolas Frerebeau <nicolas.frerebeau@u-bordeaux-montaigne.fr>
Description: A dependency-free collection of simple functions for cleaning
    rectangular data. This package allows to detect, count and replace
    values or discard rows/columns using a predicate function. In
    addition, it provides tools to check conditions and return informative
    error messages.
License: GPL (>= 3)
URL: https://packages.tesselle.org/arkhe/,
        https://github.com/tesselle/arkhe
BugReports: https://github.com/tesselle/arkhe/issues
Depends: R (>= 3.5)
Imports: graphics, methods, stats, utils
Suggests: tinytest
Encoding: UTF-8
RoxygenNote: 7.3.0
Collate: 'AllGenerics.R' 'append.R' 'arkhe-deprecated.R'
        'arkhe-internal.R' 'arkhe-package.R' 'predicates.R' 'assert.R'
        'assign.R' 'clean.R' 'compact.R' 'conditions.R' 'count.R'
        'describe.R' 'detect.R' 'discard.R' 'get.R' 'keep.R'
        'mathematics.R' 'palettes.R' 'plot.R' 'remove.R' 'replace.R'
        'seek.R' 'sparsity.R' 'statistics.R' 'transform.R'
        'utilities.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2024-02-22 16:07:23 UTC; nicolas
Author: Nicolas Frerebeau [aut, cre] (<https://orcid.org/0000-0001-5759-4944>,
    Université Bordeaux Montaigne),
  Brice Lebrun [ctb] (<https://orcid.org/0000-0001-7503-8685>, Logo
    designer),
  Université Bordeaux Montaigne [fnd],
  CNRS [fnd]
Repository: CRAN
Date/Publication: 2024-02-22 16:30:06 UTC
Built: R 4.2.3; ; 2024-02-24 00:51:23 UTC; windows
