-
Notifications
You must be signed in to change notification settings - Fork 68
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
General Issue: Restructure Files for ADEG and ADVS Parameters #2551
Comments
@pharmaverse/admiral @pharmaverse/admiral_comm great issue to dig into the files of admiral and get familiar with some some of the functions. This is probably 1 hour of work and might produce some "uuummmm...moments" that we will need to discuss in the Pull Request. |
@bms63 @jeffreyad
|
Yes, and also change the test files |
Love this table. @bundfussr and @manciniedoardo should we split the compute functions into separate files we sometimes do this and sometimes do not. @luenhchang good to review this section as well as you are exploring admiral more |
I wouldn't put the compute functions into separate files because the derive and compute function are so closely connected. |
I have created the following new files:
I haven’t pushed them yet. Some questions:
"## Test 5: new observations are derived correctly ----"
|
Yes! If you are restructuring tests or updating old ones it is good to re-number the Tests. You can install this addin from github
Yes! Use the addin as it is super quick and easy. We like our bureaucracy in admiral!
Yes please remove these files - good to run local devtools::check() but the GHA will also pick up any issues
The first two - I think the third is needed if multiple people are using different versions of the roxygen and the GHAs checks get confused and recommends it. Maybe others know why @pharmaverse/admiral |
Hi @luenhchang checking in on the progress for this issue? We have a release planned for January 15th and would like to include this update. |
@bms63
|
Awesome!! Can you set up a pull request? |
Background Information
The files
derive_adeg_parms.R
andderive_advs_parms.R
should be restructured such that there is one file per "parameter". E.g.,derive_param_qtc.R
containsderive_param_qtc()
andcompute_qtc()
.The test files should be restructured accordingly.
Definition of Done
derive_adeg_parms.R
andderive_advs_parms.R
and their test files are replaced.The text was updated successfully, but these errors were encountered: