Pull requests and issues are welcome! File an issue before opening a pull request so we can discuss.
Repository Structure
data-raw/corpus contains the raw text of the works. Any change to or addition/removal of datasets must be done in this directory.
The generate_data.R script automates creating the datasets and their accompanying documentation from the raw text files.
Thus the process for most changes will require updating the raw data or the generate_data.R script then running generate_data.R to generate changes to the datasets or docs.
Issues
Issues should provide details on bugs, dataset errors, or feature requests. Ensure there isn’t already an open issue or pull request on your issue before opening.
Pull Requests
File an issue and wait for a reply before starting any work
Install the
pre-commithooks-
Create a new branch
-
Make your changes
- Run the
generate_data.Rscript if you made changes to the raw text files or data documentation - Render
README.mdfromREADME.qmdif you made changes to theREADME
- Run the
-
Ensure R-CMD-check passes
devtools::check() Run the
build_github_site.Rscript to preview the {pkgdown} siteSubmit a PR
