Skip to content

Commit

Permalink
add comment noting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Aug 12, 2024
1 parent b864335 commit 2933a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/compute_metaanalysis_inputs.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ compute_metaanalysis_inputs <- function(.data, estimate_type = character(1L)) {
mutate(
back_transformed_data =
pmap(
.l = list(
.l = list( #TODO bug, missing argument
augmented_data,
link_function,
response_transformation_description
),
.f = ~ if (!rlang::is_na(..1) | !rlang::is_na(..2)) {
convert_predictions(
convert_predictions( #TODO bug, missing argument

This comment has been minimized.

Copy link
@egouldo

egouldo Aug 12, 2024

Author Owner

Call to convert_predictions() missing argument

augmented_data = ..1,
link_fun = ..2,
response_transformation = ..3
Expand Down

0 comments on commit 2933a2f

Please sign in to comment.