-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
197 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.