Skip to content

Commit

Permalink
add cran badges and change description
Browse files Browse the repository at this point in the history
  • Loading branch information
kleanthisk10 committed Nov 19, 2018
1 parent e9093a3 commit 1aaa113
Show file tree
Hide file tree
Showing 3 changed files with 351 additions and 292 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
@@ -1,14 +1,14 @@
Package: tableschema.r
Type: Package
Title: A Library for Working with 'Table Schema'
Title: Frictionless Data Table Schema
Version: 1.1.0
Date: 2018-10-25
Date: 2018-11-5
Authors@R: c(person("Kleanthis", "Koupidis", email = "koupidis@okfn.gr", role = c("aut", "cre")),
person("Lazaros", "Ioannidis", email = "larjohn@gmail.com", role = "aut"),
person("Charalampos", "Bratsas", email = "cbratsas@math.auth.gr", role = "aut"),
person("Open Knowledge International", email = "info@okfn.org", role = "cph"))
Maintainer: Kleanthis Koupidis <koupidis@okfn.gr>
Description: A library for working with 'Table Schema' (<http://specs.frictionlessdata.io/table-schema/>).
Description: Allows to work with 'Table Schema' (<http://specs.frictionlessdata.io/table-schema/>). 'Table Schema' is well suited for use cases around handling and validating tabular data in text formats such as 'csv', but its utility extends well beyond this core usage, towards a range of applications where data benefits from a portable schema format. The 'tableschema.r' package can load and validate any table schema descriptor, allow the creation and modification of descriptors, expose methods for reading and streaming data that conforms to a 'Table Schema' via the 'Tabular Data Resource' abstraction.
URL: https://github.com/frictionlessdata/tableschema-r
BugReports: https://github.com/frictionlessdata/tableschema-r/issues
License: MIT + file LICENSE
Expand Down
5 changes: 3 additions & 2 deletions README.Rmd
Expand Up @@ -5,14 +5,15 @@ output:
html_preview: no
number_sections: yes
---

[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/tableschema.r)](https://cran.r-project.org/package=tableschema.r)
[![Build Status](https://travis-ci.org/frictionlessdata/tableschema-r.svg?branch=master)](https://travis-ci.org/frictionlessdata/tableschema-r)
[![Coverage status](https://coveralls.io/repos/github/frictionlessdata/tableschema-r/badge.svg)](https://coveralls.io/r/frictionlessdata/tableschema-r?branch=master)
[![Github Issues](http://githubbadges.herokuapp.com/frictionlessdata/tableschema-r/issues.svg)](https://github.com/frictionlessdata/tableschema-r/issues)
[![Pending Pull-Requests](http://githubbadges.herokuapp.com/frictionlessdata/tableschema-r/pulls.svg)](https://github.com/frictionlessdata/tableschema-r/pulls)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![packageversion](https://img.shields.io/badge/Package%20version-1.1.0-orange.svg?style=flat-square)](commits/master)
[![minimal R version](https://img.shields.io/badge/R%3E%3D-3.5-6666ff.svg)](https://cran.r-project.org/)
[![](http://cranlogs.r-pkg.org/badges/grand-total/tableschema.r)](http://cran.rstudio.com/web/packages/tableschema.r/index.html)
[![Licence](https://img.shields.io/badge/licence-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/frictionlessdata/chat)

Expand Down Expand Up @@ -701,4 +702,4 @@ More detailed information about how to create and run tests you can find in [tes
[coding_standards]: https://github.com/okfn/coding-standards
[tableschema]: http://specs.frictionlessdata.io/table-schema/
[news]: https://github.com/frictionlessdata/tableschema-r/blob/master/NEWS.md
[commits]: https://github.com/frictionlessdata/tableschema-r/commits/master
[commits]: https://github.com/frictionlessdata/tableschema-r/commits/master

0 comments on commit 1aaa113

Please sign in to comment.