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()