Add "How to Contribute" to README
Closed this issue · 0 comments
drsimonj commented
Provide instructions in the README for how to contribute.
Given a dataset ds
, the following is needed:
data/ds.rda
which is the data set to be exported with the package.R/ds.R
that provides documentation for the dataset.R/data_prep/prep_ds.R
that shows how data was produced.
Any untidied/raw data files (e.g., downloaded from a URL) are to be placed in data/raw_data
.