-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Basile Rommes edited this page Apr 27, 2023
·
5 revisions
Welcome to the neartools wiki!
Before development at local:
- Use
git pullorgit fetchto 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."