-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
156 additions
and
333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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')) | ||
|
@@ -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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |