Skip to content

Commit

Permalink
Remove .Rd file
Browse files Browse the repository at this point in the history
Moohan committed Aug 28, 2024
1 parent c4a54cb commit 7a8de80
Showing 2 changed files with 1 addition and 24 deletions.
1 change: 1 addition & 0 deletions R/make_inheritance_checks.R
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@
#' @param ignore_null boolean. Indicates whether to ignore arguments with value
#' NULL (TRUE) or to throw an exception (FALSE). Default = TRUE.
#' @internal
#' @noRd
make_inheritance_checks <- function(arguments,
target_classes,
ignore_null = TRUE) {
24 changes: 0 additions & 24 deletions man/make_inheritance_checks.Rd

This file was deleted.

0 comments on commit 7a8de80

Please sign in to comment.