This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
v0.4.6
NEW FEATURES
- API key no longer required (#86)
MINOR IMPROVEMENTS
searchplos()
now returns a list of length two,meta
anddata
, andmeta
is a data.frame of metadata for the search.- Switched from CC0 to MIT license.
- No longer importing libraries
RCurl
,data.table
,googleVis
,assertthat
,RJSONIO
, andstringr
(#79) (#82) (#84) - Now importing
dplyr
. - Moved
jsonlite
from Suggests to Imports. Replaces use ofRJSONIO
. (#80) crossref()
now defunct. See packagercrossref
https://github.com/ropensci/rcrossref. (#83)highplos()
now usessolr::solr_highlight()
to do highlight searches.searchplos()
,plosabstract()
, and other functions that wrapsearchplos()
now use...
to pass in curl options tohttr::GET()
. You'll now get an error on usingcallopts
parameter.- Added manual file entry for the dataset
isocodes
. - Reworked both
plosword()
andplot_throughtime()
to have far less code, useshttr
now instead ofRCurl
, but to the user, everything should be the same. - Made documentation more clear on discrepancy between PLOS website behavior and
rplos
behavior, and how to make them match, or match more closely (#76) - Added package level man file to allow
?rplos
to go to help page.