njtierney / datadevtools

Development tools for sharing data
7 stars 0 forks source link

dd_check() / dd_release() #10

Open njtierney opened 5 years ago

njtierney commented 5 years ago

This will be similar to goodpractice::gp() / devtools::release() / devtools::check(), but will contain things specific to data

njtierney commented 4 years ago

perhaps using the checklist from https://github.com/karthik/ddd/issues/53

- [ ] README: A Human readable description of the data
- [ ] Codebook: Human readable dictionary of data contents
- [ ] License: How to use and share the data
- [ ] Citation: How you want your data to be cited
- [ ] Machine readable meta data
- [ ] Raw data: The original/first data provided
- [ ] Scripts: To clean raw data ready for analysis
- [ ] Analysis ready data: Final data used in analysis