Skip to contents

databraryr (development version)

databraryr 0.6.4

CRAN release: 2024-04-18

Minor changes

databraryr 0.6.3

CRAN release: 2024-03-26

Major changes

Minor changes

  • More condensed messages when the user supplies a NULL httr2 request.

databraryr 0.6.2

CRAN release: 2024-03-15

databraryr 0.6.1

CRAN release: 2024-02-22

Major changes

  • In testing 0.6.0, several users with installed versions of R before 4.0.1 could not use the package because of its dependency on the native (|>) pipe operator. This version reverts to using the magrittr pipe (%>%).

databraryr 0.6.0

CRAN release: 2024-02-09

Major changes

  • Implement httr2 functions throughout.
  • Reduce redundant calls to Databrary API and better filtering of responses.
  • Introduce new function naming convention:
    • list_* functions return a list or a data frame.
      • list_{volume,session,party}* functions target volumes, sessions, or parties.
    • download_* functions download a file.

databraryr 0.5.1

CRAN release: 2023-11-22

Major changes

databraryr 0.5.0

CRAN release: 2023-10-24

Major changes

databraryr 0.4.4

databraryr 0.4.3

databraryr 0.4.2

Major changes

  • First release submitted to CRAN.

Minor improvements and bug fixes

  • There is a long list of these from the latest 0.2.9 release. We do not list them here.