Skip to content

Commit

Permalink
Merge pull request #19 from ajschumacher/fix-for-cran-0.4.1
Browse files Browse the repository at this point in the history
fix for cran: 0.4.1
  • Loading branch information
hmalmedal authored Mar 21, 2020
2 parents c7a358f + 17935a0 commit 43bee27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Description: Handle 'JSON-stat' format (http://json-stat.org) in R.
Description: Handle 'JSON-stat' format (<https://json-stat.org>) in R.
Not all features are supported, especially the extensive metadata
features of 'JSON-stat'.
License: MIT + file LICENSE
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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))
Expand Down

0 comments on commit 43bee27

Please sign in to comment.