Skip to content

Commit

Permalink
update R version in DESCRIPTION, remove lintr complexity check from p…
Browse files Browse the repository at this point in the history
…rocess_cut.R
  • Loading branch information
csandrews21 committed Jul 3, 2024
1 parent 0a83e8c commit a2b7717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends: R (>= 3.5)
Depends: R (>= 4.0)
Imports:
admiraldev (>= 0.3.0),
assertthat (>= 0.2.1),
Expand Down
1 change: 1 addition & 0 deletions R/process_cut.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#' nolint: 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

0 comments on commit a2b7717

Please sign in to comment.