From bb6e257f35ecded7a374312a6bfe26b1e1cb54ef Mon Sep 17 00:00:00 2001 From: James McMahon Date: Wed, 28 Aug 2024 15:04:10 +0100 Subject: [PATCH] Update make_inheritance_checks.R --- R/make_inheritance_checks.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/make_inheritance_checks.R b/R/make_inheritance_checks.R index f89372c..9cd839e 100644 --- a/R/make_inheritance_checks.R +++ b/R/make_inheritance_checks.R @@ -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 make_inheritance_checks <- function(arguments, target_classes, ignore_null = TRUE) {