Skip to content

Commit

Permalink
v.0.1.2 submitted to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
njahn82 committed Jan 8, 2017
1 parent 6564b44 commit a97fed0
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions cran-comments.md
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

Expand All @@ -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
Expand All @@ -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

0 comments on commit a97fed0

Please sign in to comment.