Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix pdf build (#199)
latex doesn't like unicode character for >=
  • Loading branch information
zamorarr authored and dpseidel committed Jan 28, 2019
1 parent 7cd8121 commit 7cb5d42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/formatter.r
Expand Up @@ -15,8 +15,8 @@
#' specified `accuracy`, to add custom `suffix` and `prefix` and to specify
#' `decimal.mark` and `big.mark`.
#'
#' `number_si()` gives limited SI unit labels: "K" for values 10e3, "
#' M" for 10e6, "B" for 10e9, and "T" for 10e12.
#' `number_si()` gives limited SI unit labels: "K" for values \eqn{\ge} 10e3, "
#' M" for \eqn{\ge} 10e6, "B" for \eqn{\ge} 10e9, and "T" for \eqn{\ge} 10e12.
#' It respects all arguments except `scale` which is set internally.
#'
#' @return `*_format()` returns a function with single parameter
Expand Down
4 changes: 2 additions & 2 deletions man/number_format.Rd

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

0 comments on commit 7cb5d42

Please sign in to comment.