Skip to content

Releases: ropensci/git2rdata

Release v0.5.2

09 Apr 07:51
513d236

Choose a tag to compare

git2rdata 0.5.2

  • write_vc() gains an optional convert argument for specifying column
    conversions. Conversions are applied before storing and reversed when
    reading data back. The convert information is stored in the metadata
    and added to the data frame attributes.
  • read_vc() now applies conversions specified in the metadata and adds
    the convert information to the data frame attributes.
  • Bugfix in rename_variable() thanks to @florisvdh for finding and fixing the
    bug.

Release v0.5.1

10 Dec 13:33
96b83cd

Choose a tag to compare

git2rdata 0.5.1

  • write_vc() stores metadata stored in the data frame.
  • read_vc() returns more metadata.
  • read_vc() can handle empty factors.
  • recent_commit() now returns handles multiple commits within the same second.

Release v0.4.1

06 Sep 12:33
2e58657

Choose a tag to compare

git2rdata 0.4.1

  • Add update_metadata() to update the description of a git2rdata object.
    See vignette("metadata") for more details.
  • Update the checklist and pkgdown infrastructure.

Release v0.4.0

18 Mar 14:15
f114968

Choose a tag to compare

# git2rdata 0.4.0

## New features

* `write_vc()` stores non optimised files as comma separated values rather than
  tab separated values.
  The general public seems to better recognised `.csv` files than `.tsv` files
  as being data files.
* Add a new function `verify_vc()` which reads a `git2rdata` object and verifies
  the presence of a set of variables.
  It return the data upon success.

## Internal changes

* Upgrade to Roxygen2 7.1.2
* Add `inst/CITATION`, `CITATION.cff`, `.zenodo.json`

Version 0.3.1

05 Nov 09:42
c0fb058

Choose a tag to compare

  • Use icuSetCollate() to define a standardised sorting.

git2rdata 0.3.0

13 Jan 15:50
20762c5

Choose a tag to compare

New features

  • write_vc() gains an optional split_by argument.
    See vignette("split_by") for more details.
  • rename_variable() efficiently renames variables in a stored git2rdata
    object.

Bugfixes

  • read_vc(), is_git2rdata() and is_git2rmeta() now yield a better message
    when both the data and metadata are missing.

Version 0.2.2

19 Aug 17:30
bad8a4c

Choose a tag to compare

git2rdata 0.2.2

Version 0.2.1

02 Mar 15:19

Choose a tag to compare

Update of the examples and units tests anticipating to the upcoming change from stringsAsFactors = TRUE to stringsAsFactors = FALSE in R 4.0.0

Version 0.2.0

18 Nov 12:32

Choose a tag to compare

BREAKING FEATURES

  • Calculation of data hash has changed (#53).
    You must use upgrade_data() to read data stored by an older version.
  • is_git2rdata() and upgrade_data() do not test equality in data hashes any more (but read_vc() still does).
  • write_vc() and read_vc() fail when file is a location outside of root (#50).
  • Reordering factor levels requires strict = TRUE.

Bugfixes

  • Linux and Windows machines now generated the same data hash (#49).

NEW FEATURES

  • Internal sorting uses the "C" locale, regardless of the current locale.
  • read_vc() reads older stored in an older version (#44).
    When the version is too old, it prompts to upgrade_data().
  • Improve warnings() and error() messages.
  • Use vector version of logo.

Version 0.1

17 Jun 19:22

Choose a tag to compare

Transfer to rOpenSci and publication on CRAN