Skip to content

Commit

Permalink
Sneaky requirement to escape % in manual @Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Oct 14, 2024
1 parent 46f3a53 commit 761b936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/patch64.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' from:to
#' is.double(x)
#' match(x, table, ...)
#' x %in% table
#' x \%in\% table
#' rank(x, ...)
#' order(...)
#' @aliases bit64S3 : :.default :.integer64 is.double is.double.default
Expand Down
2 changes: 1 addition & 1 deletion man/bit64S3.Rd

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

0 comments on commit 761b936

Please sign in to comment.