Skip to content

Releases: atorus-research/datasetjson

datasetjson 0.3.0

31 Jan 17:23
9a81c17
Compare
Choose a tag to compare

What's Changed

Summary:

This release provides a significant overhaul of the package due to the updates
for Dataset JSON 1.1.0. Performance has also been significantly improved, as well
as the main object interface.

  • Initial support for Dataset JSON v1.1.0 schema
  • Flip JSON backend to {yyjsonr} (#32)
  • Redesign of core objects
  • New vignettes and helper functions

Pull Request history:

New Contributors

Full Changelog: v0.1.0...v0.3.0

v0.1.0: ODM Updates and New Features

24 Oct 20:13
3e7f4bb
Compare
Choose a tag to compare

datasetjson 0.1.0

  • Capability to read and validate Dataset JSON files from URLs has been added (#8)
  • Remove autoset of fileOID using output path (#3)
  • Don't auto-populate optional attributes with NA (#16)
  • Push dependency versions back (#18)
  • Default pretty parameter on write_dataset_json() to false (#20)

v0.0.1: Initial Release to CRAN

18 Sep 14:15
e420165
Compare
Choose a tag to compare

Initial release of package to CRAN

What's Changed

New Contributors

Full Changelog: https://github.com/atorus-research/datasetjson/commits/v0.0.1