0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
o added new file xtsAPI.h with renamed exported API functions all prefixed xts*
edd
More... over 12 years ago
o update to provide import stubs for all functions exported in init.c
edd
More... over 12 years ago
o minor cleanup in init.c for exported functions
edd
More... over 12 years ago
o added missing semicolon
edd
More... over 12 years ago
register do_rbind_xts (instead of rbindXts) for external access
edd
More... over 12 years ago
o added coredata_xts and lagXts in registration routine (init.c) More... over 12 years ago
o added tzone and tclass functions as aliases to More... over 12 years ago
o changes to fix WARNINGS from R 3.0 (unstable/dev) More... over 12 years ago
o new (experimental) addlast to endpoints (R,c,Rd). Currently commented out and non-functioning at the user level. Has no visible effect yet. More... over 12 years ago
o xts() displays warning for order.by of class Date and if tzone is set. Bring on the smarter fools! More... over 12 years ago
o merged some additional changes back into xts.R related to TZ handling. Still somewhat flaky if you stupidly force a tzone with a Date object. Caveat emptor? or play nice? More... over 12 years ago
o increased version to 0.9-0 More... over 12 years ago
o updated [.xts to handle new "Date" indexing upgrades More... over 12 years ago
- do not register mean.xts S3 method (mean didn't work col-wise on matrix) More... over 12 years ago
o xts() now ignores TZ and tzone= settings when order.by is More... over 12 years ago
o added importFrom zoo,zoo and zoo,MATCH for proper extension in More... over 12 years ago
o starting at 1 not 0 (R not C :-) ) More... over 12 years ago
o very experimental fix for endpoints when k= is specified More... over 12 years ago
- bump version More... over 12 years ago
o dropped mean.xts export for now, as breaking user code with non-R 'blessed' behavior More... over 12 years ago
o added a NOTE related to drop=FALSE behavior default More... over 12 years ago
o modified str() output to make use of proper ISO8601 range formating More... almost 13 years ago
- Unregister sd.xts as a S3 method (sd is not generic) More... almost 13 years ago
o fixed bug in reclass when tzone of object is different More... almost 13 years ago
o increased version to 0.8-8 More... almost 13 years ago
- import stats::sd for sd.xts More... almost 13 years ago
- add and S3method mean.xts and sd.xts More... almost 13 years ago
range(x) --> range(x, na.rm = TRUE) in ylim calculations More... almost 13 years ago
Add a few ideas to TODO More... almost 13 years ago
- Fix error in xts() when x is a 1-column data.frame More... almost 13 years ago