-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-release activities #240
Conversation
Code Coverage Summary
Diff against main
Results for commit: 229d51b Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 14 suites 1s ⏱️ Results for commit 229d51b. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit b9c2393 ♻️ This comment has been updated with latest results. |
Co-authored-by: Aleksander Chlebowski <[email protected]> Signed-off-by: kartikeya kirar <[email protected]>
Co-authored-by: Aleksander Chlebowski <[email protected]> Signed-off-by: kartikeya kirar <[email protected]>
Co-authored-by: Aleksander Chlebowski <[email protected]> Signed-off-by: kartikeya kirar <[email protected]>
Co-authored-by: Aleksander Chlebowski <[email protected]> Signed-off-by: kartikeya kirar <[email protected]>
Co-authored-by: Aleksander Chlebowski <[email protected]> Signed-off-by: kartikeya kirar <[email protected]>
Co-authored-by: Aleksander Chlebowski <[email protected]> Signed-off-by: kartikeya kirar <[email protected]>
Co-authored-by: Aleksander Chlebowski <[email protected]> Signed-off-by: kartikeya kirar <[email protected]>
Merge branch 'main' into pre-release-cleanup@main # Conflicts: # R/utils.R # man/check_simple_name.Rd
Shall we also update installation description similarly to what you did for |
do you mean |
That's right. I was looking at https://github.com/insightsengineering/teal.data/tree/pre-release-cleanup%40main where I cannot see the changes they are there if I open https://github.com/insightsengineering/teal.data/blob/pre-release-cleanup%40main/README.md. That's strange. |
# Pull Request <!--- Replace `#nnn` with your issue link for reference. --> ### Changes description Suggestions from talk with @vedhav --------- Signed-off-by: André Veríssimo <[email protected]> Co-authored-by: kartikeya kirar <[email protected]>
part of insightsengineering/nestdevs-tasks#48
Review and update:
- README.md (check example code)
- NEWS.md
Run urlchecker::url_check() to identify broken links and fix
Review functions:
- @example tag, make sure it runs, fix if otherwise
- Make sure functions has @return tag to document the return value
- no \dontrun tag, replace with if(interactive()) if needed
Sanity check of all vignettes, make sure there is no typo, no wrong format, etc.
Run R CMD check --as-cran make sure everything pass
Package Title is not duplicated in Package Description in DESCRIPTION file (e.g. this happens in teal.slice currently)
All package names in Title and Description fields of DESCRIPTION file are quoted with '
You have checked the Package Release Template https://github.com/insightsengineering/teal.reporter/pull/205/files
Make sure there are no ::: in examples
Make sure all teal.* mentions are lower-cased and quoted
Make Sure inst/WORDLIST is minimalized
Make sure non-exported functions do not have examples
Make sure each link to our documentation hosted with pkgdown on github pages do not have /main/ in the address but it has /latest/ instead, so we always expose the documentation of the latest release and not what's currently on main branch but not yet released
Consistent usage of
<xyz>
object/datasets (if any).switch from title case into sentence case for title and description of functions.
remove old rd syntax