Pull requests and issues are welcome! File an issue before opening a pull request so we can discuss.
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 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.
-
File an issue and wait for a reply before starting any work
-
Install the
pre-commit
hooks -
Create a new branch
git checkout -b my-branch
-
Make your changes
- Run the
generate_data.R
script if you made changes to the raw text files or data documentation - Render
README.md
fromREADME.qmd
if you made changes to theREADME
- Run the
-
Ensure R-CMD-check passes
devtools::check()
-
Run the
build_github_site.R
script to preview the {pkgdown
} site -
Submit a PR