Recent Releases of git2rdata
git2rdata - 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.
- R
Published by github-actions[bot] almost 2 years ago
git2rdata - Version 0.3.1
- Use
icuSetCollate()to define a standardised sorting.
- R
Published by ThierryO over 4 years ago
git2rdata - 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 storedgit2rdataobject.
Bugfixes
read_vc(),is_git2rdata()andis_git2rmeta()now yield a better message when both the data and metadata are missing.
- R
Published by ThierryO over 5 years ago
git2rdata - Version 0.2.2
git2rdata 0.2.2
- Use the checklist package for CI.
- R
Published by ThierryO almost 6 years ago
git2rdata - 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
- R
Published by ThierryO over 6 years ago
git2rdata - Version 0.2.0
BREAKING FEATURES
- Calculation of data hash has changed (#53).
You must use
upgrade_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.
- R
Published by ThierryO over 6 years ago
git2rdata - Version 0.1
Transfer to rOpenSci and publication on CRAN
- R
Published by ThierryO about 7 years ago