Releases: ropensci/git2rdata
Releases · ropensci/git2rdata
Release v0.5.2
git2rdata 0.5.2
write_vc()gains an optionalconvertargument 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
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
git2rdata 0.4.1
- Add
update_metadata()to update the description of agit2rdataobject.
Seevignette("metadata")for more details. - Update the checklist and pkgdown infrastructure.
Release v0.4.0
# 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
- Use
icuSetCollate()to define a standardised sorting.
git2rdata 0.3.0
New features
write_vc()gains an optionalsplit_byargument.
Seevignette("split_by")for more details.rename_variable()efficiently renames variables in a storedgit2rdata
object.
Bugfixes
read_vc(),is_git2rdata()andis_git2rmeta()now yield a better message
when both the data and metadata are missing.
Version 0.2.2
git2rdata 0.2.2
- Use the checklist package for CI.
Version 0.2.1
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
BREAKING FEATURES
- Calculation of data hash has changed (#53).
You must useupgrade_data()to read data stored by an older version. is_git2rdata()andupgrade_data()do not test equality in data hashes any more (butread_vc()still does).write_vc()andread_vc()fail whenfileis a location outside ofroot(#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 toupgrade_data().- Improve
warnings()anderror()messages. - Use vector version of logo.
Version 0.1
Transfer to rOpenSci and publication on CRAN