Skip to content

Commit

Permalink
Merge branch 'master' into deprecate_file_size
Browse files Browse the repository at this point in the history
  • Loading branch information
Tina815 authored Nov 18, 2024
2 parents bfa7bcf + d816bed commit 1aa2a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/make_inheritance_checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' @param target_classes character vector of the classes to check for.
#' @param ignore_null boolean. Indicates whether to ignore arguments with value
#' NULL (TRUE) or to throw an exception (FALSE). Default = TRUE.
#' @internal
#' @keywords internal
#' @noRd
make_inheritance_checks <- function(arguments,
target_classes,
Expand Down

0 comments on commit 1aa2a28

Please sign in to comment.