Skip to content

Commit

Permalink
Ensure ?format.integer64 gets format.integer64
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Oct 13, 2024
1 parent 0725070 commit 7c97b33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions R/integer64.R
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,7 @@ NA_integer64_ <- unserialize(as.raw(c(
x
}

#' @rdname format.integer64
#' @export
format.integer64 <- function(x, justify="right", ...) {
a <- attributes(x)
Expand Down
12 changes: 7 additions & 5 deletions man/format.integer64.Rd

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

0 comments on commit 7c97b33

Please sign in to comment.