-
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.
- Loading branch information
Showing
1 changed file
with
14 additions
and
8 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,4 +1,4 @@ | ||
# europepmc v 0.1.1 | ||
# europepmc v 0.1.2 | ||
|
||
## Test environments | ||
|
||
|
@@ -8,9 +8,14 @@ | |
|
||
## R CMD check results | ||
|
||
I have run R CMD check locally using option "--as-cran" and found no problems. | ||
I have run R CMD check locally using option "--as-cran" and one note: | ||
|
||
The win-builder send one Note about possibly mis-spelled words in DESCRIPTION, | ||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘Najko Jahn <[email protected]>’ | ||
|
||
Days since last update: 2 | ||
|
||
The win-builder furthermore send one Note about possibly mis-spelled words in DESCRIPTION, | ||
which are, in fact, correctly spelled. | ||
|
||
## Reverse dependencies | ||
|
@@ -22,11 +27,12 @@ and found no problems related to this new version. | |
|
||
Dear CRAN team, | ||
|
||
This submission should fix issues shown on | ||
https://cran.r-project.org/web/checks/check_results_europepmc.html | ||
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 implements Europe PMC's most recent API change to v4.5.3. Some | ||
functions have new parameter, e.g. for controlling pageing and output formats. | ||
Documentation has been improved. | ||
This submission adds a new function, epmc_profile(), returning a profile of hit counts. | ||
|
||
Thanks! Najko Jahn |