Package: tabshiftr
Title: Reshape Disorganised Messy Data
Version: 0.1.2
Authors@R: c(
    person("Steffen", "Ehrmann", 
           email = "steffen@funroll-loops.de", 
           role = c("aut", "cre"), 
           comment = c(ORCID = "0000-0002-2958-0796")),
    person("Abdualmaged", "Alhemiary", 
           role = c("ctb")),
    person("Amelie", "Haas", 
           role = c("ctb")),
    person("Annika", "Ertel", 
           role = c("ctb")),
    person("Arne", "Rümmler", 
           email = "arne.ruemmler@tu-dresden.de", 
           role = c("ctb"),
           comment = c(ORCID = "0000-0001-8637-9071"))
    )
Description: Helps the user to build and register schema descriptions of 
    disorganised (messy) tables. Disorganised tables are tables that are 
    not in a topologically coherent form, where packages such as 'tidyr' could 
    be used for reshaping. The schema description documents the arrangement of 
    input tables and is used to reshape them into a standardised (tidy) output 
    format.
URL: https://github.com/EhrmannS/tabshiftr
BugReports: https://github.com/EhrmannS/tabshiftr/issues
Depends: R (>= 2.10)
Language: en-gb
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: checkmate, rlang, tibble, dplyr, tidyr, magrittr, tidyselect,
        testthat, crayon, methods, purrr, stringr
RoxygenNote: 7.1.0
Suggests: knitr, rmarkdown, bookdown, readr, covr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-05-11 13:27:19 UTC; se87kuhe
Author: Steffen Ehrmann [aut, cre] (<https://orcid.org/0000-0002-2958-0796>),
  Abdualmaged Alhemiary [ctb],
  Amelie Haas [ctb],
  Annika Ertel [ctb],
  Arne Rümmler [ctb] (<https://orcid.org/0000-0001-8637-9071>)
Maintainer: Steffen Ehrmann <steffen@funroll-loops.de>
Repository: CRAN
Date/Publication: 2020-05-13 15:10:02 UTC
Built: R 4.0.2; ; 2020-08-02 14:01:09 UTC; windows
