Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 2.31 KB

NEWS.md

File metadata and controls

63 lines (43 loc) · 2.31 KB

CHANGES TO dataverse 0.3.0

New Methods

  • Add new get_dataframe_*() methods (#48, #66)

Small updates

  • Make filter queries (fq) work in dataverse_search (#36 @adam3smith)
  • Update maintainer to Will Beasley (wibeasley@hotmail.com) (#38)
  • More robust file retrieval (#39 @kuriwaki)
  • Tests use https://demo.dataverse.org/dataverse/dataverse-client-r/. (#40)
  • Fixes most get_file errors by removing query argument (#33 @kuriwaki)
  • Fix getting multiple files by id in get_file() (#47 @adam3smith)
  • Temporary files created by get_file() are automatically deleted.

CHANGES TO dataverse 0.2.1

  • Export initiate_sword_dataset(). (h/t Justin de Benedictis-Kessner)
  • Pass key, server, and ... arguments to internal get_dataverse() and get_dataset() calls.
  • Tests now run with an explicit empty API key.
  • Fixed a bug in internal function parse_dataset(), related to capitalization. (#17)
  • Vignette uses 'remotes' package in place of the archived 'ghit' package. (#24 @wibeasley)
  • Updated config for Travis-CI, such as switch to xenial Ubuntu release, specify repo's org, and specify covr parameters. (#25 @wibeasley)

CHANGES TO dataverse 0.1.24

  • Added an update_dataset_file() function and improved associated documentation. (#10)

CHANGES TO dataverse 0.1.23

  • Added a provisional add_dataset_file() function. (#10)
  • Reorganized some code.
  • Noted that user-related functions are not implemented (yet). (#1)

CHANGES TO dataverse 0.1.22

  • Change vignette workflow so that vignettes are pre-built. (#1)
  • Removed XML dependency, updating all code to xml2 instead.
  • Removed urltools dependency.
  • Finished the "Data Archiving" vignette. (#1)
  • Fixed some bugs in dataverse_search()
  • get_file() now unzips its results when multiple files are requested and returns them as a raw vector.
  • Finished the "Data Retrieval" vignette. (#1)
  • Document dataverse_search() in a vignette. (#1)

CHANGES TO dataverse 0.1.21

  • Update README.

CHANGES TO dataverse 0.1.20

  • Update roxygen.
  • Add print.dataverse_file() method. (#12)
  • Added a dataverse_id.character() method. (#12)

CHANGES TO dataverse 0.1.18

  • Fixed a bug in api_url() related to parsing of the Dataverse server URL that was affected by an API change in urltools. (h/t John Little)

CHANGES TO dataverse 0.1.1

  • Initial commit