Closes #103 - Documentation: Align pharmaverseadam Documentation Style with pharmaversesdtm Reference Page#97
Conversation
|
@vbshuliar is there more to do here? |
The issues is not resolved yet |
Note for the Person Taking OverObjectiveThe main goal of this pull request is to implement the same architecture and styling for the Recommended StepsTo ensure consistency and get a better understanding of the intended structure:
ContextDue to the need to prioritize other work, I wasn't able to complete this task. Please feel free to make any necessary adjustments. SupportIf you need any clarifications, feel free to reach out. Thanks for picking this up, and good luck! 🚀 |
|
@vbshuliar thanks for this. Can you please explain how far you got and what is left? |
|
I am assigning myself to this pull request again as I have more capacity now. |
|
@vbshuliar can you please link an issue that can be associated to this PR, or create one? |
|
0f498b6 to
2d94d3b
Compare
43eaf5c to
2d94d3b
Compare
…seadam into specs-xlsx-to-json


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
develbranch until you have checked off each task.styler::style_file()to style R and Rmd filesdevtools::document()so all.Rdfiles in themanfolder and theNAMESPACEfile in the project root are updated appropriatelyNEWS.mdif the changes pertain to a user-facing function (i.e. it has an@exporttag) or documentation aimed at users (rather than developers)pkgdown::build_site()and check that all affected examples are displayed correctly and that all new datasets occur on the "Reference" page.lintr::lint_package()R CMD checklocally and address all errors and warnings -devtools::check()