Skip to content

Commit

Permalink
try to fix win-devel failure
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Nov 6, 2023
1 parent 483a82a commit 4327756
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/label-currency.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
#'
#' # Customise currency display with prefix and suffix
#' demo_continuous(c(1, 100), labels = label_currency(prefix = "USD "))
#' euro <- label_currency(
#' prefix = "",
#' suffix = "\u20ac",
#' yen <- label_currency(
#' prefix = "¥",
#' suffix = "",
#' big.mark = ".",
#' decimal.mark = ","
#' )
#' demo_continuous(c(1000, 1100), labels = euro)
#' demo_continuous(c(1000, 1100), labels = yen)
#'
#' # Use style_negative = "parens" for finance style display
#' demo_continuous(c(-100, 100), labels = label_currency(style_negative = "parens"))
Expand Down
8 changes: 4 additions & 4 deletions man/label_currency.Rd

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

0 comments on commit 4327756

Please sign in to comment.