Skip to content

Commit

Permalink
Merge pull request #1649 from rstudio/add-fmt-email
Browse files Browse the repository at this point in the history
Add the `fmt_email()` function
  • Loading branch information
rich-iannone committed May 3, 2024
2 parents 423c958 + 143a625 commit fa5b4d1
Show file tree
Hide file tree
Showing 42 changed files with 1,282 additions and 142 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ tests/testthat/test-fmt_bytes.R
tests/testthat/test-fmt_currency.R
tests/testthat/test-fmt_date_time.R
tests/testthat/test-fmt_duration.R
tests/testthat/test-fmt_email.R
tests/testthat/test-fmt_engineering.R
tests/testthat/test-fmt_flag.R
tests/testthat/test-fmt_fraction.R
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export(fmt_currency)
export(fmt_date)
export(fmt_datetime)
export(fmt_duration)
export(fmt_email)
export(fmt_engineering)
export(fmt_flag)
export(fmt_fraction)
Expand Down
2 changes: 1 addition & 1 deletion R/data_color.R
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
#'
#' @family data formatting functions
#' @section Function ID:
#' 3-34
#' 3-35
#'
#' @section Function Introduced:
#' `v0.2.0.5` (March 31, 2020)
Expand Down

0 comments on commit fa5b4d1

Please sign in to comment.