Package: arkhe
Title: Tools for Cleaning Rectangular Data
Version: 1.1.0
Authors@R: 
    c(person(given = "Nicolas",
             family = "Frerebeau",
             role = c("aut", "cre"),
             email = "nicolas.frerebeau@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "0000-0001-5759-4944", 
                         affiliation = "Université Bordeaux Montaigne")),
      person(given = "Brice",
             family = "Lebrun",
             role = "ctb",
             email = "brice.lebrun@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "0000-0001-7503-8685",
                         affiliation = "Université Bordeaux Montaigne")))
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.3)
Imports: methods, stats, utils
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.1
Collate: 'AllGenerics.R' 'append.R' 'arkhe-package.R' 'predicates.R'
        'assert.R' 'assign.R' 'compact.R' 'conditions.R' 'deprecate.R'
        'detect.R' 'discard.R' 'keep.R' 'replace.R' 'reshape.R'
        'statistics.R' 'utilities.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2023-01-18 07:36:46 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>, Université
    Bordeaux Montaigne)
Repository: CRAN
Date/Publication: 2023-01-18 09:00:15 UTC
Built: R 4.1.3; ; 2023-04-17 13:37:51 UTC; windows
