Skip to content

Commit

Permalink
Merge branch 'master' of github.com:luckinet/tabshiftr
Browse files Browse the repository at this point in the history
  • Loading branch information
EhrmannS committed Dec 4, 2023
2 parents 61ea135 + f38cda0 commit 1d4b0a5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 21 deletions.
1 change: 1 addition & 0 deletions .github/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.html
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,5 @@ Suggests:
knitr,
rmarkdown,
bookdown,
readr,
covr
readr
VignetteBuilder: knitr
9 changes: 6 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ options(knitr.kable.NA = '.')


[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/tabshiftr)](https://cran.r-project.org/package=tabshiftr)
[![R-CMD-check](https://github.com/EhrmannS/tabshiftr/workflows/R-CMD-check/badge.svg)](https://github.com/luckinet/tabshiftr/actions)
[![Coverage Status](https://img.shields.io/codecov/c/github/EhrmannS/tabshiftr/master.svg)](https://codecov.io/github/EhrmannS/tabshiftr?branch=master)
[![](http://cranlogs.r-pkg.org/badges/grand-total/tabshiftr)](https://cran.r-project.org/package=tabshiftr)
[![DOI](https://zenodo.org/badge/248468235.svg)](https://zenodo.org/badge/latestdoi/248468235)

[![R-CMD-check](https://github.com/luckinet/tabshiftr/workflows/R-CMD-check/badge.svg)](https://github.com/luckinet/tabshiftr/actions)
[![codecov](https://codecov.io/gh/luckinet/tabshiftr/branch/master/graph/badge.svg?token=hjppymcGr3)](https://codecov.io/gh/luckinet/tabshiftr)
[![Lifecycle:maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)

[![](http://cranlogs.r-pkg.org/badges/grand-total/tabshiftr)](https://cran.r-project.org/package=tabshiftr)

## Overview

Data are stored in many different ways in tables or spreadsheets because no strict semantic or topographic standards for the organisation of tables are commonly accepted.
Expand Down
34 changes: 18 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
# tabshiftr <a href='https://luckinet.github.io/tabshiftr/'><img src='man/figures/logo.svg' align="right" height="200" /></a>

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/tabshiftr)](https://cran.r-project.org/package=tabshiftr)
[![R-CMD-check](https://github.com/EhrmannS/tabshiftr/workflows/R-CMD-check/badge.svg)](https://github.com/luckinet/tabshiftr/actions)
[![Coverage
Status](https://img.shields.io/codecov/c/github/EhrmannS/tabshiftr/master.svg)](https://codecov.io/github/EhrmannS/tabshiftr?branch=master)
[![](http://cranlogs.r-pkg.org/badges/grand-total/tabshiftr)](https://cran.r-project.org/package=tabshiftr)
[![DOI](https://zenodo.org/badge/248468235.svg)](https://zenodo.org/badge/latestdoi/248468235)

[![R-CMD-check](https://github.com/luckinet/tabshiftr/workflows/R-CMD-check/badge.svg)](https://github.com/luckinet/tabshiftr/actions)
[![codecov](https://codecov.io/gh/luckinet/tabshiftr/branch/master/graph/badge.svg?token=hjppymcGr3)](https://codecov.io/gh/luckinet/tabshiftr)
[![Lifecycle:maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)

[![](http://cranlogs.r-pkg.org/badges/grand-total/tabshiftr)](https://cran.r-project.org/package=tabshiftr)

## Overview

Data are stored in many different ways in tables or spreadsheets because
Expand Down Expand Up @@ -289,18 +291,18 @@ kable(output)

# Contributions

- tabshiftr is still in development. So far it reliably reorganises 20
different types of tables, but additional dimensions of
disorganisation might show themselves. If you encounter a table that
can’t be reorganised with the current infrastructure, we’d be more
than happy to collaborate on advancing `tabshiftr`.
- Informative error management is work in process.
- Moreover, the resulting schema descriptions can be useful for data
archiving or database building and `tabshiftr` should at some point
support that those schemas can be exported into data-formats that
are used by downstream applications (xml, json, …), following proper
(ISO) standards. In case you have experience with those standards
and would like to collaborate on it, please get in touch!
- tabshiftr is still in development. So far it reliably reorganises 20
different types of tables, but additional dimensions of
disorganisation might show themselves. If you encounter a table that
can’t be reorganised with the current infrastructure, we’d be more
than happy to collaborate on advancing `tabshiftr`.
- Informative error management is work in process.
- Moreover, the resulting schema descriptions can be useful for data
archiving or database building and `tabshiftr` should at some point
support that those schemas can be exported into data-formats that are
used by downstream applications (xml, json, …), following proper (ISO)
standards. In case you have experience with those standards and would
like to collaborate on it, please get in touch!

# Acknowledgement

Expand Down

0 comments on commit 1d4b0a5

Please sign in to comment.