-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepare CRAN submission and bump version.
- Loading branch information
Showing
4 changed files
with
107 additions
and
105 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,10 +1,11 @@ | ||
Package: europepmc | ||
Title: R Interface to the Europe PubMed Central RESTful Web Service | ||
Version: 0.1.2 | ||
Version: 0.1.3 | ||
Authors@R: c( | ||
person("Najko", "Jahn", email = "[email protected]", | ||
role = c("aut", "cre", "cph"))) | ||
License: GPL-3 | ||
Date: 2017-02-22 | ||
URL: http://github.com/ropensci/europepmc/ | ||
BugReports: http://github.com/ropensci/europepmc/issues | ||
Description: An R Client for the Europe PubMed Central RESTful Web Service. It | ||
|
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
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 |
---|---|---|
|
@@ -3,19 +3,16 @@ | |
## Test environments | ||
|
||
* local OS X install, R 3.3.2 | ||
* ubuntu 12.04 (on travis-ci), R 3.3.1 | ||
* ubuntu 12.04 (on travis-ci), R 3.3.2 | ||
* win-builder (devel and release) and appveyor CI | ||
|
||
## R CMD check results | ||
|
||
I have run R CMD check locally using option "--as-cran" and one note: | ||
On local machine (OS): | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘Najko Jahn <[email protected]>’ | ||
Status: OK | ||
|
||
Days since last update: 2 | ||
|
||
The win-builder furthermore send one Note about possibly mis-spelled words in DESCRIPTION, | ||
The win-builder send one NOTE about possibly mis-spelled words in DESCRIPTION, | ||
which are, in fact, correctly spelled. | ||
|
||
## Reverse dependencies | ||
|
@@ -25,14 +22,8 @@ and found no problems related to this new version. | |
|
||
--- | ||
|
||
Dear CRAN team, | ||
|
||
Apologies for this submission of a new version after two days. | ||
|
||
This version should fix issues reported by CRAN checks and Uwe Ligges. These errors occured while building the vignette, more specifically some functions stopped because the web service sometimes returned HTTP 500 errors. There is now a new function caching 500 errors. It also re-tries a call up to five times when a 500 occur. I will also report the HTTP 500 errors to the maintainer of the web service. | ||
|
||
This submission should also fix a note on importing the xml2 package. | ||
This submission supports the most recent API version and should fix warning messages. | ||
|
||
This submission adds a new function, epmc_profile(), returning a profile of hit counts. | ||
Thanks! | ||
|
||
Thanks! Najko Jahn | ||
Najko Jahn |