Releases: ropensci/git2rdata
Releases · ropensci/git2rdata
Release v0.4.1
git2rdata 0.4.1
- Add
update_metadata()
to update the description of agit2rdata
object.
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_by
argument.
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 whenfile
is 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
Version 0.0.5
Merge pull request #36 from inbo/upgrade Upgrade to 0.0.5
Version 0.0.4
Merge pull request #33 from inbo/review Upgrade to version 0.0.4. Ready for review in ropensci/software-review#263