Skip to content

Commit

Permalink
remove internal function examples
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Sep 19, 2024
1 parent 6ca7bad commit 596c03f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
#'
#' @return A character string representing the base name of the function.
#'
#' @examples
#' .extract_function_name(substitute(plnorm))
#' .extract_function_name(substitute(stats::dunif))
#'
#' @keywords internal
.extract_function_name <- function(func) {
func_name <- deparse(func)
Expand Down
5 changes: 0 additions & 5 deletions man/dot-extract_function_name.Rd

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

0 comments on commit 596c03f

Please sign in to comment.