lz1nwm

Results 4 issues of lz1nwm

How to instruct `getBars()` to get yields instead of prices for FI instruments?

Please see the example below. Is it a bug or something intentional? ``` R > WMA(c(8, 8, rep(0, 10)), 3, c(6, 1, rep(0, 10))) [1] NA NA 8 8 NaN...

Why the default date format does not match Excel default date format (Windows Regional setting)? The following code formats date as `mm.dd.yyyy`, while my Excel default date formatting is `*dd.mm.yy`....

fixed

Is it possible to implement an option to remove leading zeros in `label_date_short()`? ![Untitled1](https://github.com/r-lib/scales/assets/10129222/f7f90882-d2f5-4e42-9090-2b0bfa099099)