Skip to contents

formatdown 0.1.4.900x (development)

2024–05–26

  • Add option for centered-dot multiplication symbol, often used with comma decimal marker
  • Change default whitespace argument to render correctly in the README page on GitHub
  • Revise wrapr::stop_if_dot_args() in functions, for more useful error message
  • Use stringr package in vignette to place formatted units in table header
  • Correct typos in data Rd files
  • Expanded the number of examples

formatdown 0.1.4

2024–05–06

formatdown 0.1.3

2024–03–14

  • add format_text() function
  • add size argument to format_power()
  • add signif() to format_power() to enforce significant digits in output before applying formatC()
  • correct issue with omit_power() argument
  • correct issue with numbers < machine eps
  • add package alias
  • update tests and vignettes to reflect changes

formatdown 0.1.2

2023–06–21

formatdown 0.1.1

2022–11–21

  • Initial CRAN release