safejoin
is happy to accept contributions. Please review the details below for how to contribute.
Before submitting a PR please run the following:
# Build docs
devtools::document()
rmarkdown::render("README.Rmd")
fs::file_delete("README.html")
pkgdown::build_site(preview = FALSE, run_dont_run = TRUE)
# Check
devtools::check()
First run the steps outlined above that are required before submitting a PR. Then run:
# Checks
spell_check()
check_rhub()
check_win_devel()
# Relase into the wild
release()