rdryad 0.4.0
CRAN release: 2018-06-18
NEW FEATURES
- gains new function
dryad_metadata()to download Dryad file metadata - gains new function
dryad_package_dois()to get file DOIs for a Dryad package DOI (a package can have many files) (#22)
MINOR IMPROVEMENTS
-
dryad_files(formerlydownload_url()) now scrapes Dryad page to get URLs to Dryad files instead of using their API, which was not dependable (#26) -
dryad_fetchgains a parametertry_file_names(a boolean) which ifTRUEwe try to extract file names out of URLs (#26)
BUG FIXES
- fix to solr
rdryadfunctions to hard code use ofxmlreturn format, and followlocation to follow any redirects (#27)
DEFUNCT
-
download_url()is now defunct, seedryad_files()
rdryad 0.3.0
CRAN release: 2017-11-07
NEW FEATURES
- Move to using
solriumpackage instead ofsolrpackage for interaction with Dryad’s Solr backend (#21) (#24) - Now using
crulinstead ofhttrfor HTTP requests (#23) - gains two new functions
handle2doianddoi2handleto convert between handles and DOIs, and DOIs and handles, respectively (#25) -
download_urlfunction name has been changed todryad_files, but you can still usedownload_urluntil the next version. In addition,download_url/dryad_filesparametersidis changed todoi.
MINOR IMPROVEMENTS
-
dryad_fetchis improved, and usescurl::curl_downloadinstead ofdownload.file. It now accepts >1 input URL, butdestilelength must equal number of urls.
