-
Notifications
You must be signed in to change notification settings - Fork 53
872 as html fix@main #873
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
872 as html fix@main #873
Conversation
|
CLA Assistant Lite bot ✅ All contributors have signed the CLA |
|
I have read the CLA Document and I hereby sign the CLA |
Unit Tests Summary 1 files 25 suites 1m 36s ⏱️ Results for commit 4b8e113. ♻️ This comment has been updated with latest results. |
Code Coverage SummaryDiff against mainResults for commit: 4b8e113 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Test Performance Difference
Additional test case details
Results for commit ca6ed03 ♻️ This comment has been updated with latest results. |
edelarua
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm!
…/rtables into 872_as_html_fix@main
Merge branch 'main' into 872_as_html_fix@main # Conflicts: # vignettes/introduction.Rmd
Merge branch '872_as_html_fix@main' of github.com:insightsengineering/rtables into 872_as_html_fix@main # Conflicts: # R/as_html.R
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ayogasekaram,
The row labels style section you removed isn't currently used in teal apps but is still useful (and could be implemented there in the future).
For example, when the following code is run, see the difference in html output with/without this section included:
tbl <- basic_table() %>%
split_rows_by("BMRKR2") %>%
analyze("AGE") %>%
build_table(ex_adsl)
Viewer(tbl, bold = c("header", "row_names"))Produces without this section:

I would add the removed code back in (and maybe another example like the one I gave above?) and then I think you're good to go. That should also fix the failing test :)
Thanks!!
|
hi @ayogasekaram , could you raise PRs downstream, and see how much downstream breaking changes there will be. thanks!
Thanks a lot! |
Hey @shajoezhu! Thanks for taking a look. There shouldn't be downstream changes in any of those packages as they don't call the |
|
@ayogasekaram I see. I saw an indentation change, and thought that might be breaking changes. can you give it a try for scda.test, if everything is ok, we can quickly move on, and include this in the coming release. thanks! |
|
@shajoezhu No errors in scda.test :) |
edelarua
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Abi! Just a few small comments.
edelarua
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm - thanks Abi!!
Melkiades
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm!! Thanks Abi :) wonderful work



closes #872