Skip to content

Commit

Permalink
Add ellipsis for Generic/Method consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
moodymudskipper committed Jun 4, 2023
1 parent 59aeabb commit e86a0e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.2.0
Date: 2023-06-04 22:00:54 UTC
SHA: 46e9b656761f52e683d3484f92f87af86196057d
Date: 2023-06-04 23:33:51 UTC
SHA: 59aeabbecd4af017d2833e1bbeb2215e70002681
2 changes: 1 addition & 1 deletion R/30_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ namespace_name.environment <- function(x, env, ...) {
}

#' @export
namespace_name.character <- function(x, env, fallback_ns = NULL, fail_if_not_found = TRUE) {
namespace_name.character <- function(x, env, fallback_ns = NULL, fail_if_not_found = TRUE, ...) {

if (identical(x, "::")) return("base")
if (identical(x, ":::")) return("base")
Expand Down

0 comments on commit e86a0e0

Please sign in to comment.