The upcoming scales 1.0.0 release is introducing a generic number formatter to power the formatting functions within the package. These changes have also meant the deprecation of the digits argument in lieu of the new accuracy argument.
When running revdep checks for the upcoming release, I noticed that this change will break 6 of your tests in tests-formatters.R, for your functions like multiple.dollar() or multiple.comma(). Just wanted to give you a head up. The release should be out next week but your tests should pass again with a simple switch of arguments specified.
The upcoming
scales 1.0.0release is introducing a generic number formatter to power the formatting functions within the package. These changes have also meant the deprecation of thedigitsargument in lieu of the newaccuracyargument.When running revdep checks for the upcoming release, I noticed that this change will break 6 of your tests in tests-formatters.R, for your functions like
multiple.dollar()ormultiple.comma(). Just wanted to give you a head up. The release should be out next week but your tests should pass again with a simple switch of arguments specified.