Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ccab79b
:books: Alphabet <xts>-data
serkor1 Jul 31, 2026
157a55e
:hammer: Suggest <xts> and <zoo>
serkor1 Jul 31, 2026
a498574
:hammer: Added <ta_object>-class to TA-Lib output
serkor1 Aug 2, 2026
7a2b3f5
:hammer: Introduce index() and set_index()
serkor1 Aug 3, 2026
9c039db
:hammer: Reworked series()
serkor1 Aug 4, 2026
6179cba
:hammer: <xts> methods added to templates
serkor1 Aug 4, 2026
d8ee71d
:hammer: Regenerated code
serkor1 Aug 4, 2026
e6b866a
:hammer: Added simple <xts> unit-tests
serkor1 Aug 4, 2026
1c9d63e
:hammer: Regenerated new indicators and unit-tests
serkor1 Aug 4, 2026
1de50f9
:books: Updated NEWS with <xts>-methods
serkor1 Aug 4, 2026
03ce82a
:bug:-fix: indicator() were using old arguments
serkor1 Aug 4, 2026
0742f7e
:bug: Rewrote <xts> column-resolution in series.xts()
serkor1 Aug 4, 2026
bd56514
:bug: Guarded <xts> input and completed the VOLUME() xts rollout
serkor1 Aug 4, 2026
4f8e654
:sparkles: <xts> rolling statistics + univariate guards
serkor1 Aug 4, 2026
242803e
:bug: Base types from the .numeric fast path
serkor1 Aug 4, 2026
c54cc46
:white_check_mark: Hardened the test suite around <xts>
serkor1 Aug 4, 2026
570c5e3
:sparkles: Coercible inputs, honest docs and .Call hygiene
serkor1 Aug 4, 2026
14527f5
:bug: Kept the R (>= 3.5) floor
serkor1 Aug 4, 2026
820aacb
:bug:-fix: .numeric method in volume missing lapply()
serkor1 Aug 4, 2026
5c3966d
:hammer: Charting pipeline fixes and extension
serkor1 Aug 4, 2026
ed7a53e
:books: Added GOOGL to Financial Data section
serkor1 Aug 4, 2026
aae378f
:books: Updated README
serkor1 Aug 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ Suggests:
knitr,
plotly,
rmarkdown,
testthat (>= 3.0.0)
testthat (>= 3.0.0),
xts,
zoo
Config/testthat/edition: 3
Depends:
R (>= 3.5)
Expand Down
Loading
Loading