You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my opinion this issue #1014 and this one #919 (comment)
did not cover the regular list of package pre-release activities that we normally have for each package. Check the list that we had for teal.transforminsightsengineering/teal.transform#176
For example:
All package names in Title and Description fields of DESCRIPTION file are quoted with ' (not backtick)
Make sure all teal.* mentions are lower-cased and quoted
are not included.
This made me think we should just go over again this list
The text was updated successfully, but these errors were encountered:
Close#1071
This PR was meant to update README and DESCRIPTION file up to standards
we had for other teal packages before the release. Some of the
DESCRIPTION changes are CRAN requirements.
### Summary
* [x] Review and update README.md
* [x] add CRAN badges to README
* [x] add Getting Help section to README
* [x] change installation guidelines to use CRAN
* [x] cleanup usage section
* [x] Package `Title` is not duplicated in Package `Description` in
DESCRIPTION file
* [x] Make sure all `teal.*` mentions are lower-cased and quoted
* [x] Make sure each link to our documentation hosted with pkgdown on
github pages do not have `/main/` in the address
* it should have has `/latest-tag/` instead
* so we always expose the documentation of the latest release and not
what's currently on main branch but not yet released
* [x] All package names in `Title` and `Description` fields of
DESCRIPTION file are quoted with `'` _(not backtick)_
In my opinion this issue #1014 and this one #919 (comment)
did not cover the regular list of package pre-release activities that we normally have for each package. Check the list that we had for
teal.transform
insightsengineering/teal.transform#176For example:
are not included.
This made me think we should just go over again this list
The text was updated successfully, but these errors were encountered: