Skip to content

Commit

Permalink
0.6.0 submission to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
evanodell committed Mar 2, 2018
1 parent c7745d8 commit a95020c
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 333 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: hansard
Type: Package
Title: Provides Easy Downloading Capabilities for the UK Parliament API
Version: 0.5.9.9000
Version: 0.6.0
Authors@R: person("Evan Odell", email="[email protected]",
role=c("aut", "cre"),
comment = c(ORCID='0000-0003-1845-808X'))
Expand All @@ -16,7 +16,7 @@ URL: http://docs.evanodell.com/hansard
BugReports: https://github.com/EvanOdell/hansard/issues
License: MIT + file LICENSE
LazyData: TRUE
Depends: R(>= 3.1.2)
Depends: R(>= 3.2.0)
Imports:
httr,
jsonlite,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# hansard 0.5.9.9000
# hansard 0.6.0

## Code changes

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ knitr::opts_chunk$set(
[![DOI](https://zenodo.org/badge/72111315.svg)](https://zenodo.org/badge/latestdoi/72111315)


An R package to automatically fetch data from the UK Parliament API. Ironically, Hansard data is not yet accessible through the API. To explore all available data see <http://www.data.parliament.uk/>. Help on the API itself is [here](http://api.data.parliament.uk/help/).
An R package to automatically fetch data from the UK Parliament API. Ironically, Hansard data is not yet accessible through the API. To explore all available data see <http://www.data.parliament.uk/>. Help on the API itself is [here](http://explore.data.parliament.uk/).

Like the UK parliament API, this package is a work in progress. Additional functionalities will be added to the package as they are developed in the API. The most up-to-date documentation for this package will always be available at <http://ropengov.github.io/hansard> and at <https://docs.evanodell.com/hansard/>.

Expand Down
458 changes: 145 additions & 313 deletions README.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[![DOI](https://zenodo.org/badge/72111315.svg)](https://zenodo.org/badge/latestdoi/72111315)


An R package to automatically fetch data from the UK Parliament API. Ironically, Hansard data is not yet accessible through the API. To explore all available data see <http://www.data.parliament.uk/>. Help on the API itself is [here](http://api.data.parliament.uk/help/).
An R package to automatically fetch data from the UK Parliament API. Ironically, Hansard data is not yet accessible through the API. To explore all available data see <http://www.data.parliament.uk/>. Help on the API itself is [here](http://explore.data.parliament.uk/).

Like the UK parliament API, this package is a work in progress. Additional functionalities will be added to the package as they are developed in the API. The most up-to-date documentation for this package will always be available at <http://ropengov.github.io/hansard> and at <https://docs.evanodell.com/hansard/>.

Expand Down
21 changes: 6 additions & 15 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@


#Resubmission
This is the fifth update of this package. The previous version, 0.5.0, was accepted and published on CRAN on 2017-06-05.

There is one note from R CMD check, reproduced below, which believes the words 'API' and 'APIs' are spelling mistakes.
This is the sixth update of this package. The previous version, 0.5.5, was accepted and published on CRAN on 2017-10-09.

There is are no notes, warnings or errors from R CMD check

## Test environments

* Ubuntu 12.04.5 (on Travis-CI): R devel
* local MacOS 10.12.6 installation: R 3.4.1
* local Windows 7 installation: R 3.4.1
* win-builder (devel and release)
* Ubuntu 14.04.5 (on Travis-CI): R devel
* local MacOS 10.13.3 installation: R 3.4.3
* win-builder (devel)


##R CMD check results
0 errors | 0 warnings | 1 notes


*Note:
Maintainer: 'Evan Odell <[email protected]>'

Possibly mis-spelled words in DESCRIPTION:
API (3:69, 9:130, 9:319)
APIs (9:92)
0 errors | 0 warnings | 0 notes

0 comments on commit a95020c

Please sign in to comment.