Skip to content

Commit

Permalink
fix warning for unique method
Browse files Browse the repository at this point in the history
TBH, I'm not exactly sure WHY this was thrown, but here we are
  • Loading branch information
zkamvar committed Feb 12, 2020
1 parent 60eb0e3 commit 3eae3cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ Suggests:
RClone
License: GPL-2 | GPL-3
VignetteBuilder: knitr
RoxygenNote: 6.1.1
RoxygenNote: 7.0.2
1 change: 1 addition & 0 deletions R/aaaMLGmethods.R
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ setGeneric("unique")
#'
#' @rdname unique-methods
#' @aliases unique,MLG-method
#' @aliases unique,MLG,ANY-method
#' @param incomparables vector of values that cannot be compared
#' @param ... options passed on to the base function \link{unique} or \link{duplicated}.
#' @export
Expand Down
1 change: 1 addition & 0 deletions man/unique-methods.Rd

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

0 comments on commit 3eae3cb

Please sign in to comment.