Closed zdz2101 closed 1 month ago
Package | Line Rate | Health |
---|---|---|
admiralpeds | 99% | ✔ |
Summary | 99% (267 / 271) | ✔ |
Shouldn't actually be necessary to merge and close this but to demo the migration assuming the goes through this is done
@Fanny-Gautier @rossfarrugia made the appropriate updates that use the ::
convention that was in the admiral
discussion
@zdz2101 we should add something to NEWS file in this PR. I think Fanny is busy with project work so if you want to merge https://github.com/pharmaverse/pharmaversesdtm/pull/115, and then we can get this one merged too and ticked off the list.
@zdz2101 we should add something to NEWS file in this PR. I think Fanny is busy with project work so if you want to merge pharmaverse/pharmaversesdtm#115, and then we can get this one merged too and ticked off the list.
Sorry for not having followed much these last few days. I am currently over busy with Study work and the R-Pharma workshop preparation. Please do not hesitate to ping me in Slack for any request which require my attention... I'll add them on my to do list. In the mean time, I'l add this PR review on my list for tomorrow ;-) Thanks
Great - thanks @Fanny-Gautier ! @zdz2101 when you get chance are you ok to merge and do a quick test run of main now that {pharmaversesdtm} is updated too. Then the final step would be making an issue for adsl_peds
and advs_peds
in {pharmaverseadam}.
Thank you for your Pull Request! We have developed this task checklist from the Development Process Guide to help with the final steps of the process. Completing the below tasks helps to ensure our reviewers can maximize their time on your code as well as making sure the admiral codebase remains robust and consistent.
Please check off each taskbox as an acknowledgment that you completed the task or check off that it is not relevant to your Pull Request. This checklist is part of the Github Action workflows and the Pull Request will not be merged into the
main
branch until you have checked off each task.styler::style_file()
to style R and Rmd filesdevtools::document()
so all.Rd
files in theman
folder and theNAMESPACE
file in the project root are updated appropriatelyNEWS.md
under the header# admiralpeds (development version)
if the changes pertain to a user-facing function (i.e. it has an@export
tag) or documentation aimed at users (rather than developers)pkgdown::build_site()
and check that all affected examples are displayed correctly and that all new functions occur on the Reference page.lintr::lint_package()
R CMD check
locally and address all errors and warnings -devtools::check()