Merck / metalite.ae

An R package for standard adverse events analysis
http://merck.github.io/metalite.ae/
GNU General Public License v3.0
17 stars 4 forks source link

Check in changes - DEVR-3489-fix-bugs-for-generating-title #207

Closed lm3388 closed 1 week ago

lm3388 commented 3 weeks ago

Updates made to add an argument in each of tlf* functions for allowing the user to claim which analysis name is using; corresponding changes were also made testthat programs and vignettes program which called the tbl function. With this change, the argument referring an analysis is a requirement parameter of all tlf_ function.

wangben718 commented 3 weeks ago

Thanks for your PR, @lm3388 . Could you check every example is updated? Also, remember to run devtools::document() when you update.

lm3388 commented 3 weeks ago

Thanks for your suggestion, @wangben718. I have run devtools::document() when having updates and afterwards. And 2 more files impacted have also been updated: test-independent-testing-empty_table.R and metalite-ae.Rmd. All latest updates have been submitted to GitHub for your review.