Skip to content

Commit

Permalink
resolve CICD check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
csandrews21 committed Jul 3, 2024
1 parent 7f6c9f9 commit b988dd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/process_cut.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#' nolint start: cyclocomp_linter
#' nolint end
# nolint start: cyclocomp_linter
#' @title Wrapper function to prepare and apply the datacut of SDTMv datasets
#'
#' @description Applies the selected type of datacut on each SDTMv dataset based on the chosen
Expand Down Expand Up @@ -230,3 +229,4 @@ no_cut_v empty, in which case a default value of NULL will be used."

return(final_data)
}
# nolint end
3 changes: 2 additions & 1 deletion R/read_out.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#'
#' @examples
#'
#'\dontrun{
#' dcut <- tibble::tribble(
#' ~USUBJID, ~DCUTDTM, ~DCUTDTC,
#' "subject1", lubridate::ymd_hms("2020-10-11T23:59:59"), "2020-10-11T23:59:59",
Expand Down Expand Up @@ -70,7 +71,7 @@
#' )
#'
#' read_out(dcut, patient_cut_data = list(ae = pt_ae), date_cut_data = list(ae = dt_ae), dm_cut)
#'
#'}
read_out <- function(dcut = NULL,
patient_cut_data = NULL,
date_cut_data = NULL,
Expand Down
3 changes: 2 additions & 1 deletion man/read_out.Rd

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

0 comments on commit b988dd5

Please sign in to comment.