diff --git a/DESCRIPTION b/DESCRIPTION index 0ab91a0..da94d71 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Title: Handle 'JSON-stat' Format in R Version: 0.4.1 Author: Aaron Schumacher, Håkon Malmedal, Måns Magnusson Maintainer: Aaron Schumacher -Description: Handle 'JSON-stat' format (http://json-stat.org) in R. +Description: Handle 'JSON-stat' format () in R. Not all features are supported, especially the extensive metadata features of 'JSON-stat'. License: MIT + file LICENSE diff --git a/README.md b/README.md index f37fc5e..cc96a9c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # rjstat: read and write JSON-stat with R -[![Build Status](https://travis-ci.org/ajschumacher/rjstat.svg)](https://travis-ci.org/ajschumacher/rjstat) [![Coverage Status](https://coveralls.io/repos/MansMeg/rjstat/badge.svg)](https://coveralls.io/r/MansMeg/rjstat) [![rstudio mirror downloads](http://cranlogs.r-pkg.org/badges/grand-total/rjstat)](https://github.com/metacran/cranlogs.app) -[![cran version](http://www.r-pkg.org/badges/version/rjstat)](http://cran.rstudio.com/web/packages/rjstat) +[![Build Status](https://travis-ci.org/ajschumacher/rjstat.svg)](https://travis-ci.org/ajschumacher/rjstat) [![Coverage Status](https://coveralls.io/repos/MansMeg/rjstat/badge.svg)](https://coveralls.io/r/MansMeg/rjstat) [![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/rjstat)](https://github.com/metacran/cranlogs.app) +[![cran version](https://www.r-pkg.org/badges/version/rjstat)](https://CRAN.R-project.org/package=rjstat) -Read and write data sets in the [JSON-stat](http://json-stat.org/) format. +Read and write data sets in the [JSON-stat](https://json-stat.org/) format. ### Installation: @@ -26,7 +26,7 @@ install_github("ajschumacher/rjstat") ```s library(rjstat) -oecd.canada.url <- "http://json-stat.org/samples/oecd-canada.json" +oecd.canada.url <- "https://json-stat.org/samples/oecd-canada.json" # Read from JSON-stat to a list of data frames: results <- fromJSONstat(readLines(oecd.canada.url))