Skip to content

Commit

Permalink
Fix lintr issues after applying suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
yurovska committed Oct 30, 2024
1 parent 1009e76 commit 5910b8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/derive_advs_params.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#' Adds a Parameter for Waist to Hip Ratio
#'
#' @description Adds a parameter for Waist to Hip Ratio using Waist Circumference and Hip Circumference
#' for each by group (e.g., subject and visit) where the source parameters are available.
#' @description Adds a parameter for Waist to Hip Ratio using Waist Circumference and
#' Hip Circumference for each by group (e.g., subject and visit) where the source parameters
#' are available.
#'
#' **Note:** This is a wrapper function for the more generic [`admiral::derive_param_computed()`].
#'
Expand Down

0 comments on commit 5910b8e

Please sign in to comment.