-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
Summary
Please carry out these tasks in preparation for the CRAN release:
- Review and update:
- README.md (check example code)
- NEWS.md
- Run
urlchecker::url_check()to identify broken links and fix - Review functions:
@exampletag, make sure it runs, fix if otherwise- Make sure functions has
@returntag to document the return value - no
\dontruntag, replace withif(interactive())if needed
- Sanity check of all vignettes, make sure there is no typo, no wrong format, etc.
- Run
R CMD check --as-cranmake sure everything pass
This needs to be done for the following repos:
- Pre-release activities teal.code#189 @kartikeyakirar
- Pre-release activities teal.data#240 @kartikeyakirar
- Pre-release activities teal.slice#506 @kartikeyakirar
- Pre-release activities teal#1021 @kartikeyakirar
Please assign your name to the checkbox and perform the pre-release activities.
Create PR if fix is needed.