0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
new [<-.xts method to handle time-based subsetting More... over 16 years ago
new comments about function pointer in RGetCCallable More... over 16 years ago
updated man page for as.xts/xtsible More... over 16 years ago
rbind documentation fix More... over 16 years ago
cbind.xts now calls merge.xts Need to fix this to better handle colnames More... over 16 years ago
new OHLCV internal function More... over 16 years ago
cbind now calls merge.xts directly to avoid name issue from dispatch More... over 16 years ago
merge/cbind/rbind fixes to R dispatch and NULL handling More... over 16 years ago
removed old tests (now in unitTests) More... almost 17 years ago
removed defunct test.R script. unitTests do this now More... almost 17 years ago
still working on cbind.xts solution for NULL handling More... almost 17 years ago
updated axTicksByTime for Windows compat More... almost 17 years ago
added some comments to clarify what is happening (as best I can tell) :) More... almost 17 years ago
comments and cleanup in init.c and xts.h More... almost 17 years ago
init.c now exports DLL routines isXts and do_is_ordered More... almost 17 years ago
as.xts.timeSeries now correctly accesses _new_ .Data slot More... almost 17 years ago
last bug fix, try.xts now includes error=FALSE More... almost 17 years ago
changed 'suggests' to timeDate & timeSeries from fSeries More... almost 17 years ago
removed debugging comments More... almost 17 years ago
fixed lagXts bug when na.pad=FALSE. Incorrect pointer arithmetic. More... almost 17 years ago
Ops.xts now uses retside arg in merge.xts to increase efficiency More... almost 17 years ago
added xts methods for Primitive functions: More... almost 17 years ago
rbind: fixed conversion bug by moving check to correct place More... almost 17 years ago
added full handling of colnames/suffix generation, including new C code More... almost 17 years ago
check for scalar vs. zero-width objects in column naming More... almost 17 years ago
major merge.c and merge.xts changes to allow for scalar and vector/matrix merging More... almost 17 years ago
fixed ability to call lag/diff with logicals More... almost 17 years ago
fixed stack issue More... almost 17 years ago
fixed re.data.frame... More... almost 17 years ago
bind now handles single-object cases without failing More... almost 17 years ago