-
Notifications
You must be signed in to change notification settings - Fork 0
Dev notes
ava 🌱 edited this page Jul 7, 2024
·
1 revision
We used devtools
to develop this package.
# Load packages necessary
library(devtools) # imports `usethis`
To update and test locally, make sure you run:
# Create necessary docs!
document()
# Create workflows - note that these might be updated periodically
usethis::use_github_action("check-standard")
usethis::use_github_action("test-coverage")
usethis::use_github_action("pkgdown")
usethis::use_github_action("pr-commands")
# Simulate the loading of the library you are creating
load_all()