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

Commit

Permalink
update news and cran comments, bump license year, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 22, 2019
1 parent 58f0643 commit 2a53a44
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 14 deletions.
14 changes: 5 additions & 9 deletions DESCRIPTION
Expand Up @@ -7,16 +7,12 @@ Description: Provides a single interface to many sources of full text
included for searching for articles, downloading full or partial
text, downloading supplementary materials, converting to various
data formats.
Version: 1.1.3.9311
Version: 1.2.0
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain",
role = c("aut", "cre"),
email = "myrmecocystus@gmail.com",
comment = c(ORCID = "0000-0003-1444-9135")),
person("Will", "Pearse",
role = "ctb")
)
Authors@R: person("Scott", "Chamberlain",
role = c("aut", "cre"),
email = "myrmecocystus@gmail.com",
comment = c(ORCID = "0000-0003-1444-9135"))
URL: https://github.com/ropensci/fulltext/ (devel)
https://ropensci.github.io/fulltext-book/ (user manual)
BugReports: https://github.com/ropensci/fulltext/issues
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,2 +1,2 @@
YEAR: 2018
YEAR: 2019
COPYRIGHT HOLDER: Scott Chamberlain
24 changes: 24 additions & 0 deletions NEWS.md
@@ -1,3 +1,27 @@
fulltext 1.2.0
==============

### NEW FEATURES

* `ft_get()` gains a `progress` parameter, `TRUE` printing a progress bar and `FALSE` not. By default we do not print a progress bar to be consistent with the behavior of previous versions (#140) (#190)
* `cache_options_set()` gains new parameter `full_path` to set the entire path to the cache, use like `cache_options_set(full_path = yourpath)` (#185) thanks @bomeara for the feature request

### DEFUNCT

* `ft_chunks()` and `ft_tabularize()` were deprecated in the previous version, and are now defunct. See the new package <https://github.com/ropensci/pubchunks> for the same (and improved) functionality (#146) (#181)
* `ft_get_si()` is defunct. It's been pulled out into a new package <https://github.com/ropensci/suppdata> (#186) (#188)

### BUG FIXES

* Fix to `eupmc_search()` internal function. At some piont Europe PMC changed the way they do paging, what parameters are used, etc. Fixed now. See examples for how to do paging; uses a cursor model instead of a rows/offset model (#184) thanks @jshleap for the report
* two hopefully fixes for Wiley URLs: a) try a 2nd url pattern if the first fails in general for Wiley links; and b) if highwire links found, replace with a url pattern that should work (#189) thanks @bomeara for the report

### NEW IMPROVEMENTS

* remaining `httr` code removed, now using `crul` for all HTTP requests (#187)
* filled out `Scopus` and `Crossref TDM` parts in the Authentication section of the package level manual file `?fulltext-package`; and add more details on authentication in the `?ft_get` manual file (#182) (#183)


fulltext 1.1.0
==============

Expand Down
8 changes: 4 additions & 4 deletions cran-comments.md
@@ -1,7 +1,7 @@
## Test environments

* local OS X install, R 3.5.1 patched
* ubuntu 14.04 (on travis-ci), R 3.5.1
* local OS X install, R 3.5.2 patched
* ubuntu 14.04 (on travis-ci), R 3.5.2
* win-builder (devel and release)

## R CMD check results
Expand All @@ -11,7 +11,7 @@
License components with restrictions and base license permitting such:
MIT + file LICENSE
File 'LICENSE':
YEAR: 2018
YEAR: 2019
COPYRIGHT HOLDER: Scott Chamberlain

## Reverse dependencies
Expand All @@ -22,7 +22,7 @@ Summary at <https://github.com/ropensci/fulltext/blob/master/revdep/README.md>

--------

This version includes two new functions, and many bug fixes.
This version includes new parameters in a few functions, a number of defunct function, some small improvements, and bug fixes.

Thanks!
Scott Chamberlain

0 comments on commit 2a53a44

Please sign in to comment.