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

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
leeper committed Oct 11, 2013
1 parent 99c83fa commit 43cbb4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -4,6 +4,7 @@
* `dvSearch` now supports both boolean AND and boolean OR logic to combine multiple search terms. See documentation.
* `dvAddFile` no longer has a `filesize` argument (it being automatically calculated). The function now accepts filenames/paths (via `filename`) or dataframe names (via `dataframe`).
* Support for the Data Deposit API has been added in the form of a `dvDepositQuery` workhorse function and some wrappers that search a user's dataverse(s): `dvServiceDoc`, `dvUserStudies`, `dvStudyAtom`, and `dvStudyStatement`. Functions to create, release, and delete studies are also supported: `dvCreateStudy`, `dvReleaseStudy`, and `dvDeleteStudy`.
* From v0.2.7, improved error handling provides more parsed XML/HTML error messages when `dvDepositQuery` fails (#11)
* From v0.2.65, added S3 print methods for almost all of the Data Deposit functions.
* From v0.2.6, the Study Atom is converted to a list in all relevant functions, making it easier to extract a study's `objectId`.
* From v0.2.6, `dvUserStudies` and `dvStudyStatement` return a list of values (for use in subsequent functions), in addition to the raw XML.
Expand Down

0 comments on commit 43cbb4e

Please sign in to comment.