Skip to content

formatdown 0.1.4

Latest
Compare
Choose a tag to compare
@graphdr graphdr released this 08 May 12:32

2024-05-06

  • added formatdown_options() to set global options, including the ability to change the decimal marker to a comma instead of a period.
  • deprecated format_decimal(), format_power(), and format_units()
  • added format_numbers() and its convenience wrappers format_sci(), format_engr(), and format_dcml() to replace the deprecated functions and take advantage of the new global options
  • edited format_text() to retain spaces in a character input
  • updated examples, tests, and vignettes to reflect changes