inst/doc/release-cycle.R

## ----contributor_flow, eval=FALSE---------------------------------------------
# # contributor code:
# # 1. Fork or clone the artma repository.
# # 2. Create a feature branch based on master.
# # 3. Make changes locally (adding features, fixing bugs, etc.).
# # 4. Push the branch to your fork or to the main repo (if you have permissions).
# # 5. Open a pull request against master.

## ----reviewer_flow, eval=FALSE------------------------------------------------
# # reviewer code:
# # 1. Review the open pull request.
# # 2. Confirm all checks (R CMD check, lint, tests) pass.
# # 3. Request changes or merge, if it looks good.

Try the artma package in your browser

Any scripts or data that you put into this service are public.

artma documentation built on April 13, 2025, 9:08 a.m.