0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
merge.c now handles inner,outer,left and right joins via all= arg More... almost 17 years ago
fixed Matt Dowle's name :) More... almost 17 years ago
comments on how to incorporate inner, left, right, and full outer joins with minimal code changes More... almost 17 years ago
newly optimized merge.c - branched on INT and REAL indexing, More... almost 17 years ago
modified merge.c to remove function copyIndex, as it added about 10% to the time More... almost 17 years ago
merge test code - as well as merge.xts prototype More... almost 17 years ago
merge.c fixes to accomodate n x m objects. More... almost 17 years ago
non matches result in a zero-length vector of mode(x) More... almost 17 years ago
merge.c now handles 'all' argument correctly More... almost 17 years ago
do_merge_xts .Call routine to merge two xts objects. More... almost 17 years ago
new do_merge_xts .Call function. Not complete. More... almost 17 years ago
more constistent file naming convention More... almost 17 years ago
do_subset_xts from xtsSubset More... almost 17 years ago
added isOrdered More... almost 17 years ago
removed old file More... almost 17 years ago
name changes to files is.ordered/isOrdered.R More... almost 17 years ago
name changes for is.ordered More... almost 17 years ago
isOrdered to avoid is.ordered from base More... almost 17 years ago
.xts now uses is.ordered More... almost 17 years ago
new is.ordered C implementation for xts constructor More... almost 17 years ago
new .indexyweek functionality and C-based startofyear function More... almost 17 years ago
updated index and .index documentation More... almost 17 years ago
new .index*** functions for fast time information extraction More... almost 17 years ago
new 'weeks' code to rid us of format calls forever!!!! More... almost 17 years ago
new periodicity internals - 150x speed improvement! More... almost 17 years ago
xtsSubset changes. More... almost 17 years ago
new dimnames replacement function (rownames == NULL) == TRUE More... almost 17 years ago
binsearch order of args changed to match slower findInterval in R More... almost 17 years ago
cleaned up [.xts code, now < 90 lines of pure speed! :) More... almost 17 years ago
new xtsSubset changes More... almost 17 years ago