-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
198 Include user's card labels when generating the report #241
Conversation
CMD checks are failing because of |
@kartikeyakirar please take out card_template and move it to teal.reporter. |
1 similar comment
@kartikeyakirar please take out card_template and move it to teal.reporter. |
Within this package, there is an additional common section that can be utilized in templates. Consequently, I am maintaining " |
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.
please append teal:: before report_card_template so it's easier for debugging in the future
R/utils.R
Outdated
#' @return (`TealReportCard`) populated with a title, description, and filter state | ||
#' | ||
#' @keywords internal | ||
report_card_template <- function(title, |
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.
@kartikeyakirar this is not a good idea to have the same name of the function in 2 packages. Please rename to report_card_template_goshawk
@m7pr there is no namesapce call because its internal function I have defined |
|
Merge branch '198_card_labels@main' of https://github.com/insightsengineering/teal.goshawk into 198_card_labels@main # Conflicts: # R/utils.R
Code Coverage Summary
Diff against main
Results for commit: b10f687 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Hey @kartikeyakirar looks like this staged deps cyclic error does not appear on this PR anymore. You are good to merge. |
#933) this PR is extension to insightsengineering/teal.reporter#198 Here I have added card_template() function that generates a report card with a title, an optional description, and the option to append the filter state list. and is been used in insightsengineering/teal.modules.general#584 insightsengineering/teal.modules.clinical#835 insightsengineering/teal.modules.hermes#336 insightsengineering/teal.osprey#229 insightsengineering/teal.goshawk#241 ref issues and discussion: insightsengineering/teal.reporter#226 --------- Signed-off-by: kartikeya kirar <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Marcin <[email protected]> Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
this PR fixes #240
this is follow-up after insightsengineering/teal.reporter#219