Skip to content

Commit

Permalink
fix: update due to tidyselect deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiAragaki committed Nov 5, 2023
1 parent 2dc52bd commit 23ca626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/qp_dilute.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ qp_dilute.data.frame <- function(x, target_conc = NULL, target_vol = 15,

x |>
dplyr::bind_cols(dils) |>
tidyr::unnest_wider(.data$value)
tidyr::unnest_wider("value")
}

#' @rdname qp_dilute
Expand Down

0 comments on commit 23ca626

Please sign in to comment.