Skip to content

Commit

Permalink
update package description
Browse files Browse the repository at this point in the history
  • Loading branch information
EhrmannS committed May 11, 2020
1 parent 0e19531 commit 635b4a9
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 197 deletions.
108 changes: 54 additions & 54 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
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
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
Loading

0 comments on commit 635b4a9

Please sign in to comment.