2009-04-17  chalabi

	* R/methods-aggregate.R: fixed colnames in
	  aggregate,timeSeries-method

2009-04-15  chalabi

	* R/AllClass.R: initialize,timeSeries-method checks object with
	  validObject

2009-04-04  chalabi

	* R/colStats.R: added colMeans and colSums,timeSeries-method
	  because default function is unefficient with large timeSeries
	  objects.

2009-04-02  chalabi

	* NAMESPACE: updated NAMESPACE

2009-04-02  chalabi

	* DESCRIPTION: more explicit depends and suggests field in DESC
	  file.

2009-04-01  chalabi

	* DESCRIPTION: updated DESC file

2009-03-31  chalabi

	* R/AllClass.R, R/is.R, R/methods-DataPart.R: small changes to make
	  timeSeries work with R-2.7.0.

2009-03-30  chalabi

	* man/data.Rd: added MSFT (timeSeries version of mstf.dat) in data
	  folder.

2009-03-30  chalabi

	* NAMESPACE, R/AllClass.R, R/zzz.R: define S4 class 'difftime' with
	  'setOldClass()'. We will keep it until
	  'methods' pkg will define it alongside the other old 'base'
	  classes.

2009-03-30  chalabi

	* R/methods-mathOps.R, R/timeSeries.R,
	  inst/unitTests/runit.mathOps.R,
	  inst/unitTests/runit.timeSeries.R, man/methods-mathOps.Rd: added
	  explicit methods for Ops with 'ts' and 'timeSeries' arguments.

2009-03-25  chalabi

	* data/MSFT.rda: added timeSeries version of msft.dat dataset

2009-03-19  chalabi

	* R/is.R, R/methods-aggregate.R, R/methods-as.R, R/methods-bind.R,
	  R/methods-dim.R, R/methods-head.R, R/methods-lag.R,
	  R/methods-mathOps.R, R/methods-merge.R, R/methods-na.R,
	  R/methods-plot.R, R/methods-str.R, R/methods-tail.R,
	  R/methods-window.R, R/model.frame.R, R/time.R, man/lag.Rd,
	  man/methods-aggregate.Rd, man/methods-as.Rd, man/methods-bind.Rd,
	  man/methods-mathOps.Rd, man/methods-na.Rd, man/methods-subset.Rd,
	  man/time.Rd: 'base' generics have now S3 and S4 methods. S3
	  methods are used
	  because 'UseMethod' does not dispatch S4 methods in 'base'
	  functions. For example 'base' functions starting with something
	  like
	  'as.list' would failed without the S3 method.

2009-02-23  chalabi

	* R/old2new.R: added functions to convert old timeSeries format to
	  new class 'timeSeries'

2009-02-23  chalabi

	* R/methods-subset.R, R/time.R, R/timeSeries.R: @positions is
	  numeric and makes timeSeries object much faster.

2009-02-23  chalabi

	* R/methods-show.R, R/zzz.R: added getRmetricsOptions("max.print")

2009-02-23  chalabi

	* R/methods-bind.R, R/methods-merge.R: new implementation of
	  [cb]bind and merge functions

2009-02-23  chalabi

	* R/is.R: added function is.signalSeries

2009-02-23  chalabi

	* R/methods-tail.R: optimized tail for large timeSeries

2009-02-11  chalabi

	* R/methods-as.R, man/methods-as.Rd: new as.list.timeSeries S3
	  methods. This means that functions like sapply and lapply can now
	  work with timeSeries objects.

2009-02-11  chalabi

	* R/methods-bind.R, man/methods-bind.Rd: new cbind and rbind
	  implementation in S3 method since methods:::bind_activation might
	  create problems. Names of arguments are now supported.

2009-02-10  chalabi

	* R/methods-series.R: series<-,matrix-method uses now the new
	  timeSeires() methods.

2009-02-10  chalabi

	* R/methods-as.R: new implementation of as.timeSeries.data.frame.
	  Should has the same
	  features as the previous implementation.

2009-02-10  chalabi

	* R/daily.R, R/methods-dim.R: improved handling of colnames and
	  unit. functions like var() should
	  now returns with the appropriate colnames.

2009-02-10  chalabi

	* R/AllClass.R, R/AllGeneric.R, R/timeSeries.R, man/timeSeries.Rd:
	  timeSeries() is now a generic function with methods. timeSeries()
	  should now take advantage of new implementation of timeDate() and
	  should be faster in creating new timeSeries objects.

2009-02-05  chalabi

	* R/methods-subset.R: added $,timeSeries method with
	  auto-completion of column names

2009-02-05  chalabi

	* NAMESPACE, R/methods-dim.R: added name,timeSeries method which
	  return the column names

2009-02-04  chalabi

	* ChangeLog:

2009-02-04  chalabi

	* inst/NEWS:

2009-02-04  chalabi

	* DESCRIPTION: updated version number

2009-01-29  chalabi

	* R/methods-aggregate.R, man/methods-aggregate.Rd: improved
	  aggregate,timeSeries-method

2009-01-28  chalabi

	* R/methods-plot.R: small changed in plot,timeSeries to avoid
	  warning when dealing with signal series

2009-01-28  chalabi

	* R/methods-subset.R: timeSeries()[''] now returns a nuermic(NA)
	  instead of logical(NA)

2009-01-28  chalabi

	* inst/unitTests/runit.subset.R: added RUnit test with subsetting

2009-01-12  chalabi

	* man/apply.Rd: fixed warning with new Rd parser

2009-01-12  chalabi

	* R/AllClass.R: use getDataPart method

2009-01-12  chalabi

	* R/is.R: use getDataPart method

2009-01-12  chalabi

	* R/methods-as.R: change as.matrix to use the getDatPart method

2009-01-12  chalabi

	* R/methods-subset.R: improved speed of sub-setting and
	  sub-assignment and fixed problem
	  when sub-setting with character argument without comma.

2009-01-12  chalabi

	* R/methods-dim.R, R/methods-head.R, R/methods-show.R,
	  R/methods-tail.R: faster method

2009-01-12  chalabi

	* R/methods-bind.R: fixed colnames problem with c,rbind

2009-01-12  chalabi

	* NAMESPACE, R/methods-DataPart.R: added getDataPart,timeSeries
	  method

2009-01-11  wuertz

	* R/align.R: old align.R script removed

2009-01-11  wuertz

	* R/methods-align.R: align established as method filename renamed

2009-01-07  wuertz

	* NAMESPACE, R/align.R, inst/unitTests/runit.aggregate.R,
	  inst/unitTests/runit.subset.R, man/methods-align.Rd: unit tests
	  which failed from the change 2008 to 2009 repaired, function
	  align added the same as .align.timeSeries and documented, added
	  to namespace

2009-01-06  wuertz

	* R/methods-aggregate.R: example modified was not working for 2009

2009-01-06  wuertz

	* R/methods-lag.R: example modified

