Skip to content
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

Rc/1.1.0 #12

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open

Rc/1.1.0 #12

wants to merge 33 commits into from

Conversation

iglauss
Copy link
Contributor

@iglauss iglauss commented Dec 11, 2024

Critical checks

  • Is the version number correct?

    • DESCRIPTION file

    • NEWS.md

  • Does the build pass?


Documentation

Does it include the following sections?

  • Module introduction with features

    • (O) Screenshots
  • Installation details

  • Explanation of function arguments

  • Data specifications and requirements

  • Different possible visualizations

  • Are the changes/new features included in NEWS.md?

  • (O) Screenshots

  • (O) Explanation of input menus

  • (O) Short articles on building the app, compatibility with other modules, known bugs,...


QC Report

  • Does it include a QC Report with positive outcome?

  • Are the new features reflected accordingly in the specs?


API conventions

  • Follows API convention

ml-ebs-ext and others added 30 commits October 11, 2024 17:59
Multiple drugs handling, customizable color palette, and small fixes
@iglauss iglauss requested a review from a team as a code owner December 11, 2024 13:27
@iglauss iglauss requested a review from mattkorb December 11, 2024 13:41
dplyr::mutate(
group = dplyr::if_else(
!is.na(.data[["trt_var"]]),
paste("Drug Administration:", .data[["trt_var"]]),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
paste("Drug Administration:", .data[["trt_var"]]),
paste0(col_list$label, ": ", .data[["trt_var"]]),

We should use the label argument of drug admin instead of hard coding Durg Administration :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants