Skip to content

Commit

Permalink
Remove method aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Jan 19, 2024
1 parent ccc12ff commit 254ada9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/AllGenerics.R
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ setGeneric(
#' @author N. Frerebeau
#' @docType methods
#' @family data cleaning tools
#' @aliases remove_NA-method missing
#' @aliases remove_NA-method
setGeneric(
name = "remove_NA",
def = function(x, ...) standardGeneric("remove_NA")
Expand Down Expand Up @@ -358,7 +358,7 @@ setGeneric(
#' @author N. Frerebeau
#' @docType methods
#' @family data cleaning tools
#' @aliases replace_zero-method zero
#' @aliases replace_zero-method
setGeneric(
name = "replace_zero",
def = function(x, ...) standardGeneric("replace_zero")
Expand Down
1 change: 0 additions & 1 deletion man/remove_NA.Rd

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

1 change: 0 additions & 1 deletion man/replace_zero.Rd

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

0 comments on commit 254ada9

Please sign in to comment.