Package: tabshiftr Title: Reshape Disorganised Messy Data Version: 0.6.0 Authors@R: c(person(given = "Steffen", family = "Ehrmann", role = c("aut", "cre"), email = "steffen.ehrmann@posteo.de", comment = c(ORCID = "0000-0002-2958-0796")), person(given = "Tsvetelina", family = "Tomova", role = "ctb", email = "tsvetelina.tomova@gmail.com"), person(given = "Carsten", family = "Meyer", role = "aut", email = "carsten.meyer@idiv.de", comment = c(ORCID = "0000-0003-3927-5856")), person(given = "Abdualmaged", family = "Alhemiary", role = "ctb"), person(given = "Amelie", family = "Haas", role = "ctb"), person(given = "Annika", family = "Ertel", role = "ctb"), person(given = "Arne", family = "Rümmler", role = "ctb", email = "arne.ruemmler@tu-dresden.de", comment = c(ORCID = "0000-0001-8637-9071")), person(given = "Caroline", family = "Busse", role = "ctb")) 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://luckinet.github.io/tabshiftr/, https://github.com/luckinet/tabshiftr BugReports: https://github.com/luckinet/tabshiftr/issues Depends: R (>= 4.1.0) Language: en-gb License: GPL-3 Encoding: UTF-8 LazyData: true Imports: checkmate, rlang, tibble, dplyr, tidyr, magrittr, tidyselect, testthat, crayon, methods, purrr, stringr, lubridate RoxygenNote: 7.3.3 Suggests: knitr, rmarkdown, bookdown, readr, shiny, DT VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://luckinet.r-universe.dev Date/Publication: 2026-05-16 11:35:47 UTC RemoteUrl: https://github.com/luckinet/tabshiftr RemoteRef: HEAD RemoteSha: 32f79a115223a02414a8f77996a6722d9099afe5 NeedsCompilation: no Packaged: 2026-07-15 05:12:18 UTC; root Author: Steffen Ehrmann [aut, cre] (ORCID: ), Tsvetelina Tomova [ctb], Carsten Meyer [aut] (ORCID: ), Abdualmaged Alhemiary [ctb], Amelie Haas [ctb], Annika Ertel [ctb], Arne Rümmler [ctb] (ORCID: ), Caroline Busse [ctb] Maintainer: Steffen Ehrmann