Skip to content

Commit

Permalink
fixed cran canonical urls
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Sep 6, 2016
1 parent 2b9e097 commit f204b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# hypoparsr

[![Build Status](https://travis-ci.org/tdoehmen/hypoparsr.svg?branch=master)](https://travis-ci.org/tdoehmen/hypoparsr)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/hypoparsr)](http://cran.r-project.org/package=hypoparsr)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/hypoparsr)](https://cran.r-project.org/package=hypoparsr)

`hypoparsr` takes a different approach to CSV parsing by creating different parsing hypotheses for a given file and ranking them based on data quality features.

## Installation

* the latest released version from [CRAN](http://cran.r-project.org/package=hypoparsr) with
* the latest released version from [CRAN](https://cran.r-project.org/package=hypoparsr) with

```R
install.packages("hypoparsr")
Expand Down

0 comments on commit f204b97

Please sign in to comment.