Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
updated news and cran comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 21, 2016
1 parent bb1ca9b commit c3f1453
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 5 deletions.
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
rplos 0.6.0
------------

### MINOR IMPROVEMENTS

* Added notes to documentation for relavant functions for how to do
phrase searching. (#96) (#97) thanks @poldham
* Removed parameter `random` parameter from `citations()` function as it's
no longer available in the API (#103)
* Swapped out all uses of `dplyr::rbind_all()` for `dplyr::bind_rows()` (#105)
* `full_text_urls()` now gives back `NA` when DOIs for annotations are
given, which can be easily removed.

### BUG FIXES

* Fixed `full_text_urls()` function to create full text URLs for PLOS
Clinical Trials correctly (#104)

rplos 0.5.6
------------

Expand Down
30 changes: 25 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
R CMD CHECK passed on my local OS X install on R 3.2.3 and R development
version, Ubuntu running on Travis-CI, and Win-Builder.
## Test environments

This submission fixes http requests via httr for changes in that package,
and moves ggplot2 from depends to imports.
* local OS X install, R 3.3.1
* ubuntu 12.04 (on travis-ci), R 3.3.1
* win-builder (devel and release)

Thanks! Scott Chamberlain
## R CMD check results

0 errors | 0 warnings | 1 note

License components with restrictions and base license permitting such:
MIT + file LICENSE
File 'LICENSE':
YEAR: 2016
COPYRIGHT HOLDER: Scott Chamberlain

## Reverse dependencies

* I have run R CMD check on the 2 downstream dependencies, with no errors.
Summary at <https://github.com/ropensci/rplos/blob/master/revdep/README.md>

----------

This submission includes a number of minor changes.

Thanks!
Scott Chamberlain

0 comments on commit c3f1453

Please sign in to comment.