Changelog
Source:NEWS.md
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
- 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()
, andformat_units()
- added
format_numbers()
and its convenience wrappersformat_sci()
,format_engr()
, andformat_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
formatdown 0.1.3
2024–03–14
- add
format_text()
function - add
size
argument toformat_power()
- add
signif()
toformat_power()
to enforce significant digits in output before applyingformatC()
- 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
- Add arguments
delim
andset_power
toformat_power()
. - Fixed a bug to remove extra spaces added by
formatC()
. - Add data sets
atmos
,metals
, andwater
. - Rename
density
data set toair_meas
. - Add
format_decimal()
and vignette. - Add
format_units()
and vignette.