Skip to content

Commit

Permalink
Merge pull request #134 from Public-Health-Scotland/docs/fix_user_fac…
Browse files Browse the repository at this point in the history
…ing_internal_func

Remove make_inheritance_checks.R from the user facing docs
  • Loading branch information
Tina815 authored Aug 30, 2024
2 parents be9170d + 7a8de80 commit f38d440
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 26 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
VignetteBuilder: knitr
3 changes: 2 additions & 1 deletion R/make_inheritance_checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
#' @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
#' @noRd
make_inheritance_checks <- function(arguments,
target_classes,
ignore_null = TRUE) {
Expand Down
24 changes: 0 additions & 24 deletions man/make_inheritance_checks.Rd

This file was deleted.

34 changes: 34 additions & 0 deletions man/phsmethods.Rd

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

0 comments on commit f38d440

Please sign in to comment.