Skip to content

Commit

Permalink
Missing '|' threw off table generation
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Oct 13, 2024
1 parent 1489f6b commit aefef46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/bit64-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
#' | [cbind.integer64()] | [cbind()] | column bind |
#' | [rbind.integer64()] | [rbind()] | row bind |
#' | [as.data.frame.integer64()] | [as.data.frame()] | coerce atomic object to data.frame |
#' | [data.frame()] | inherited from Base R since we have coercion |
#' | | [data.frame()] | inherited from Base R since we have coercion |
#'
#' | **subscripting** | **see also** | **description** |
#' |----------------------------------------------:|------------------------:|:-------------------------|
Expand Down
6 changes: 2 additions & 4 deletions man/bit64-package.Rd

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

0 comments on commit aefef46

Please sign in to comment.