Skip to content

Commit

Permalink
fix win-builder issues
Browse files Browse the repository at this point in the history
  • Loading branch information
FvD committed May 13, 2016
1 parent 52708d4 commit d77364d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Description:
government Open Data initiatives in Latin America and the USA. This package
is a wrapper to make it easier to access data made public through the Junar
API.
Version: 0.1.1.9001
Date: 2016-05-24
Version: 0.1.1.9002
Date: 2016-05-13
Authors@R: c(person("Frans", "van Dunné", ,
"[email protected]",
c("aut", "cre"))
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(

[![Travis-CI Build Status](https://travis-ci.org/FvD/junr.svg?branch=master)](https://travis-ci.org/FvD/junr)
[![Coverage Status](https://img.shields.io/codecov/c/github/FvD/junr/master.svg)](https://codecov.io/github/FvD/junr?branch=master)
[![CRAN Status Badge](http://www.r-pkg.org/badges/version/junr)](https://cran.r-project.org/web/packages/junr)
[![CRAN Status Badge](http://www.r-pkg.org/badges/version/junr)](https://cran.r-project.org/package=junr)

## Access Open Data in R through the Junar API
The Junar API is the basis for a number of Open Data initiatives in Latin
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
junr
====

[![Travis-CI Build Status](https://travis-ci.org/FvD/junr.svg?branch=master)](https://travis-ci.org/FvD/junr)
[![Coverage Status](https://img.shields.io/codecov/c/github/FvD/junr/master.svg)](https://codecov.io/github/FvD/junr?branch=master)
[![CRAN Status Badge](http://www.r-pkg.org/badges/version/junr)](https://cran.r-project.org/web/packages/junr)
[![Travis-CI Build Status](https://travis-ci.org/FvD/junr.svg?branch=master)](https://travis-ci.org/FvD/junr) [![Coverage Status](https://img.shields.io/codecov/c/github/FvD/junr/master.svg)](https://codecov.io/github/FvD/junr?branch=master) [![CRAN Status Badge](http://www.r-pkg.org/badges/version/junr)](https://cran.r-project.org/package=junr)

Access Open Data in R through the Junar API
-------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Test environments
* ubuntu 14.04 (on Travis-CI), R 3.2.4
* ubuntu 14.04 (on Travis-CI), R 3.3.0
* win-builder (devel and release)
* local Ubuntu 14.04 , R 3.2.4
* local Windows 10, R 3.2.4
* local Ubuntu 14.04 , R 3.3.0
* local Windows 10, R 3.3.0

## R CMD check results
There were no ERRORS and no WARNINGS
Expand Down

0 comments on commit d77364d

Please sign in to comment.