0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 22, 2024 — Jul 22, 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... over 16 years ago
removed defunct test.R script. unitTests do this now More... over 16 years ago
still working on cbind.xts solution for NULL handling More... over 16 years ago
updated axTicksByTime for Windows compat More... over 16 years ago
added some comments to clarify what is happening (as best I can tell) :) More... over 16 years ago
comments and cleanup in init.c and xts.h More... over 16 years ago
init.c now exports DLL routines isXts and do_is_ordered More... over 16 years ago
as.xts.timeSeries now correctly accesses _new_ .Data slot More... over 16 years ago
last bug fix, try.xts now includes error=FALSE More... over 16 years ago
changed 'suggests' to timeDate & timeSeries from fSeries More... over 16 years ago
removed debugging comments More... over 16 years ago
fixed lagXts bug when na.pad=FALSE. Incorrect pointer arithmetic. More... over 16 years ago
Ops.xts now uses retside arg in merge.xts to increase efficiency More... over 16 years ago
added xts methods for Primitive functions: More... over 16 years ago
rbind: fixed conversion bug by moving check to correct place More... over 16 years ago
added full handling of colnames/suffix generation, including new C code More... over 16 years ago
check for scalar vs. zero-width objects in column naming More... over 16 years ago
major merge.c and merge.xts changes to allow for scalar and vector/matrix merging More... over 16 years ago
fixed ability to call lag/diff with logicals More... over 16 years ago
fixed stack issue More... over 16 years ago
fixed re.data.frame... More... over 16 years ago
bind now handles single-object cases without failing More... over 16 years ago