-
-
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
Refactor summarize_change()
#1347
Conversation
There is a bug in R CMD CHECK workflow logic. Sorry about that. There is a PR to fix it: insightsengineering/r.pkg.template#261 |
Unit Tests Summary 1 files 84 suites 1m 13s ⏱️ Results for commit 4f3b5fd. ♻️ This comment has been updated with latest results. |
Unit Test Performance DifferenceAdditional test case details
Results for commit caaae34 ♻️ This comment has been updated with latest results. |
…ghtsengineering/tern into 1345_refactor_summarize_change@main
…ghtsengineering/tern into 1345_refactor_summarize_change@main
@pawelru this is the current error:
In the vignette this function is not present though. Am I missing something obvious? |
it's the function name, I think you can replace this as get_additional_afun_params @Melkiades |
Error applying analysis function (var - CHG): could not find function ".split_default_from_custom_stats" |
hi @Melkiades , can you please update the DESCRIPTION file --- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -144,6 +144,8 @@ Collate:
'h_survival_duration_subgroups.R'
'imputation_rule.R'
'incidence_rate.R'
+ 'individual_patient_plot.R'
+ 'kaplan_meier_plot.R'
'logistic_regression.R'
'missing_data.R'
'odds_ratio.R'
@@ -166,6 +168,7 @@ Collate:
'summarize_glm_count.R'
'summarize_num_patients.R'
'summarize_patients_exposure_in_cols.R'
+ 'summarize_variables.R' and rerun roxygen |
|
Code Coverage Summary
Diff against main
Results for commit: 4f3b5fd Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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 @Melkiades , the CI test is still not passing
can you take another look. thanks!
a_change_from_baseline: no visible binding for global variable
‘.df_row’
a_change_from_baseline: no visible binding for global variable ‘.var’
get_additional_afun_params: missing arguments not allowed in calls to
‘c’
Undefined global functions or variables:
.df_row .var
weired. when I run locally, these get added, and after that, more document rd files get rendered. |
I think I know why now. I use I am using roxygen2 7.3.2, what version do use at the moment @Melkiades |
downstream works ok https://github.com/insightsengineering/scda.test/pull/161/files |
I do have that version but those files are not present in 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.
lgtm! Thanks @Melkiades
Fixes #1345