Closes #98 - minor word changes in README.md#99
Conversation
|
DRAFT |
|
Not right approach. I have another idea .... |
|
Not ready for true review.
If OK, I'll go ahead and do this. |
|
@manciniedoardo |
manciniedoardo
left a comment
There was a problem hiding this comment.
Thanks @jimrothstein! Left some comments
| data <- write_labels(data, dataset_name, suffix) | ||
|
|
||
| # save it to pharmaverseadam data package | ||
| # save file to pharmaverseadam data dir (pharmaverseadam/data/adae.rda) |
There was a problem hiding this comment.
| # save file to pharmaverseadam data dir (pharmaverseadam/data/adae.rda) | |
| # save file to pharmaverseadam data dir (pharmaverseadam/data/<adamname>.rda) |
There was a problem hiding this comment.
I will adopt your notation ( pharmaverseadam/data/<adamname>.rda)
| # copy paste pkg/data folder content to pharmaverseadam/data (some templates have dependency with their internal data, | ||
| # for example admiral templates have all dependencies with admiral_adsl dataset) | ||
|
|
||
|
|
There was a problem hiding this comment.
i think we can keep this because it's useful for logging purposes
|
@manciniedoardo A few more changes/comments will make the code clearer, I think.
But first, |
thanks @jimrothstein! absolutely, feel free to take it as far as you deem necessary. |
|
@manciniedoardo UPDATE An issue in Working with @StefanThoma on admiral issue. Where the two scripts overlap, I hope to make variables, functions Not there yet. When admiral script is more stable, will ask for your advice and suggestions. |
|
@jimrothstein we just merged a small update to the documentation process that will have created a conflict, please merge main into this branch and accept the changes from main |
|
@jimrothstein @StefanThoma maybe it would be good for us to meet at some point soon and discuss how this is going/next steps? |
|
Yes, discussion would be good.
|
|
can we please update this branch from main, and run a reverse dependency check before approving this |
sure, but at the same time I'm not sure of the status of this PR anyway as |
|
Closed without merging. Many of these updates were implemented in other PRs. Thanks a lot Jim for your comments and updates, they were very helpful to understand the workflow. |


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()