From 7cb5d42373db656a52fe1e8f9a48ff47d3f36697 Mon Sep 17 00:00:00 2001 From: Robert Zamora Date: Mon, 28 Jan 2019 17:13:46 -0500 Subject: [PATCH] fix pdf build (#199) latex doesn't like unicode character for >= --- R/formatter.r | 4 ++-- man/number_format.Rd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/formatter.r b/R/formatter.r index 264d4650..935dce35 100644 --- a/R/formatter.r +++ b/R/formatter.r @@ -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 diff --git a/man/number_format.Rd b/man/number_format.Rd index 23f7a575..94da59f9 100644 --- a/man/number_format.Rd +++ b/man/number_format.Rd @@ -89,8 +89,8 @@ All formatters allow you to re-\code{scale} (multiplicatively), to round to specified \code{accuracy}, to add custom \code{suffix} and \code{prefix} and to specify \code{decimal.mark} and \code{big.mark}. -\code{number_si()} gives limited SI unit labels: "K" for values ≥ 10e3, " -M" for ≥ 10e6, "B" for ≥ 10e9, and "T" for ≥ 10e12. +\code{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 \code{scale} which is set internally. } \examples{