ropensci / git2rdata

An R package for storing and retrieving data.frames in git repositories.
https://ropensci.github.io/git2rdata/
GNU General Public License v3.0
99 stars 12 forks source link

Update checklist and pkgdown infrastructure #74

Closed ThierryO closed 1 week ago

ThierryO commented 1 month ago

Incorporates the changes suggested by @maelle

hansvancalster commented 1 week ago

One more suggestion. When reading the data with read_vc, it might be usefull to have access to the descriptions in the object itself as attributes. This does not work for data.frame, but tibbles can store attributes for each column (can be added via structure()).

EDIT: also works for data.frame as pointed out below!

ThierryO commented 1 week ago

read_vc() already stores the metadata as attributes ;-). I've made that more explicit in the vignette.