version 0.9-3
improvements
- A new function for pre-calculating the lookback-period has been implemented. It can be used as follows:
The function returns the minimum required lookback for calculating the indicator. Its use-case is customized control-flows for downstream wrappers and/or packages that declares dependency on {talib}.
version 0.9-1
CRAN release: 2026-04-23
version 0.9-0
CRAN release: 2026-04-21
- Initial CRAN submission.
- Wraps the TA-Lib C library, providing 67 technical indicators and 61 candlestick pattern detectors.
- Composable charting via
chart()andindicator(), with bothplotly(interactive) andggplot2(static) backends. - Built-in OHLCV datasets:
BTC,ATOM,NVDA,SPY.
