-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Use argument_convention
instead of templates
#870
Conversation
Code Coverage Summary
Diff against main
Results for commit: b3ae3ee Minimum allowed coverage is ♻️ This comment has been updated with latest results |
@@ -158,7 +158,8 @@ a_proportion_diff <- make_afun( | |||
#' estimations, in `rcells`. The ellipsis (`...`) conveys arguments to | |||
#' `s_proportion_diff()`, for instance `na.rm = FALSE` if missing data | |||
#' should be accounted for. | |||
#' @inheritParams rtables::analyze |
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.
ok this may be problematic as it has a different style
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.
*have been
#' @param nested (`flag`)\cr whether this layout instruction be applied within the existing layout structure _if | ||
#' possible_ (`TRUE`, the default) or as a new top-level element (`FALSE`). Ignored if it would nest a split | ||
#' underneath analyses, which is not allowed. | ||
#' @param newpage (`flag`)\cr whether the plot should be drawn on a new page. |
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.
only these were missing???
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.
This is a very good issue you are solving here!
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.
It is impressive that only a few modifications were needed to solve this. Many authors did not even have a place in the code ahah. Well spotted and well done Emily!
Closes #869