Skip to content

Commit

Permalink
#119 fixed erroneous @params
Browse files Browse the repository at this point in the history
  • Loading branch information
manciniedoardo committed Jul 27, 2023
1 parent b7d2d1e commit fdd03b0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ importFrom(admiraldev,assert_symbol)
importFrom(admiraldev,assert_vars)
importFrom(admiraldev,expect_dfs_equal)
importFrom(admiraldev,expr_c)
importFrom(admiraldev,quo_c)
importFrom(admiraldev,vars2chr)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
Expand Down
6 changes: 2 additions & 4 deletions R/derive_var_bcvacritxfl.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' its corresponding flag `CRITxFL` to an ADBCVA dataset.
#'
#' @param dataset Input dataset (ADBCVA).
#' @param dataset Variable with respect to which `CRITx`/`CRITxFL` are derived
#' @param crit_var Variable with respect to which `CRITx`/`CRITxFL` are derived
#' (usually `CHG` or `AVAL`).
#' @param critx_text String containing the text for `CRITx` variable.
#' @param critxfl_cond String containing R code detailing the criterion to be satisfied
Expand Down Expand Up @@ -72,10 +72,8 @@ derive_var_bcvacritxfl_util <- function(dataset,
#' ADBCVA dataset.
#'
#' @param dataset Input dataset containing BCVA data (usually `ADBCVA`).
#' @param dataset Variable with respect to which `CRITx`/`CRITxFL` are derived
#' @param crit_var Variable with respect to which `CRITx`/`CRITxFL` are derived
#' (usually `CHG` or `AVAL`).
#' @param paramcds Vector of `PARAMCD` values for which to derive `CRITx` and `CRITxFL`.
#' @param basetype `BASETYPE` value for which to derive `CRITx` and `CRITxFL`.
#' @param additional_text string containing additional text to append to `CRITx`
#' @param critxfl_index positive integer detailing the first value of x to use
#' in "CRITxFL". If not supplied, the function takes the first available value of
Expand Down
8 changes: 3 additions & 5 deletions man/derive_var_bcvacritxfl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion man/derive_var_bcvacritxfl_util.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fdd03b0

Please sign in to comment.