Skip to content
Basile Rommes edited this page Apr 27, 2023 · 5 revisions

Welcome to the neartools wiki!

Development checklist

Before development at local:

  • Use git pull or git fetch to get the latest updates from Github repo.

Before pushing to GitHub:

  • If you edited a function argument, use document() to translate your roxygen comments to the documentation.
  • Use check() to examine the package.
  • Update documentation in the "README.rmd", and knit it.
  • If there are major updates, e.g., new arguments, new functions, etc. Please add it to the changelog "NEWS.md."

Clone this wiki locally