Skip to content

Releases: ropensci/git2rdata

Release v0.4.1

06 Sep 12:33
2e58657
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Use icuSetCollate() to define a standardised sorting.

git2rdata 0.3.0

13 Jan 15:50
20762c5
Compare
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
Compare
Choose a tag to compare

git2rdata 0.2.2

Version 0.2.1

02 Mar 15:19
Compare
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
Compare
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
Compare
Choose a tag to compare

Transfer to rOpenSci and publication on CRAN

Version 0.0.5

28 May 08:26
796ba98
Compare
Choose a tag to compare
Merge pull request #36 from inbo/upgrade

Upgrade to 0.0.5

Version 0.0.4

16 May 14:47
df1ba32
Compare
Choose a tag to compare
Merge pull request #33 from inbo/review

Upgrade to version 0.0.4. Ready for review in ropensci/software-review#263