Skip to content

Commit

Permalink
add news
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Dec 15, 2023
1 parent 9a7ef99 commit 4943ebe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,25 @@

## Breaking changes

- tidyquant no longer loads lubridate. (#237, @olivroy)
- tidyquant no longer loads lubridate. (@olivroy, #237)

If you use tidyquant with tidyverse, there is no change for you.

tidyquant no longer loads many packages.
- tidyquant no longer loads many packages on load.

## Fixes

- tidyquant startup messages mimics the tidyverse messages for clarity. (#163, #116)
- Remove the dependency on tidyverse (#236, @olivroy)
- tidyquant startup messages mimics the tidyverse messages for clarity. (@olivroy, #163, #116)
- Remove the dependency on tidyverse (@olivroy, #236)
- tidyquant no longer loads lubridate as tidyverse 2.0 now loads lubridate.
- Changed the `size` argument to `linewidth` for ggplot2 3.4.0
- Removed the last tidyr and dplyr deprecated functions.
- Add `linewidth` to `geom_ma()`
- Move `Quandl`, `riingo`, and `alphavantager` to Suggests. tidyquant will not explicitly install those, but you can install them from CRAN.
- Fixed CRAN package alias
- FB to META change in `FANG`
- `geom_bbands()`, `geom_candlestick()`, and `geom_barchart()` no longer emit dropped aesthetics warnings. (@olivroy, #235)


# tidyquant 1.0.7

Expand Down

0 comments on commit 4943ebe

Please sign in to comment.