https://github.com/cran/tseries
Raw File
Tip revision: 9904ab805281cb299599623bc068eb3316f90f55 authored by Kurt.Hornik on 27 August 2001, 00:00:00 UTC
version 0.7-6
Tip revision: 9904ab8
ChangeLog
2001-08-27  Adrian Trapletti <a.trapletti@bluewin.ch>

	* DESCRIPTION (Version): New version is 0.7-6.

	* src/arma.c: Correct nasty bug concerning accessing the 
	parameter intercept. 

	* man/portfolio.optim.Rd:
	* R/finance.R:
	Extension of `portfolio.optim()' to allow inequality restrictions
	on the portfolio weights and to allow a specification of the 
	covariance matrix.

2001-08-20  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>

	* DESCRIPTION (Version): New version is 0.7-5.

	* man/tseries.internal.Rd: Renamed to tseries-internal.Rd.

	* man/arma-methods.Rd:
	* man/garch-methods.Rd:
	* man/plot.amif.Rd:
	* man/summary.arma.Rd:
	* man/summary.garch.Rd:
	New files.

	* R/*.R:
	* man/*.Rd:
	Fix generic/method inconsistencies.

2001-08-19  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>

	* man/tseries.internal.Rd: Change keyword `misc' to `internal'.

	* R/tsutils.R: TnF fix.

2001-07-15  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>

	* DESCRIPTION (Version): New version is 0.7-4.

	* R/test.R: 
	* man/terasvirta.test.Rd: 
	* man/white.test.Rd:
	Use `Chisq' instead of `chisq' for argument `type'.

2001-07-06  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>

	* DESCRIPTION (Depends): No longer depends on chron.

	* R/finance.R: Rewrite get.hist.quote() to use R internal POSIX
	date/time classes and allow for retrieval of several quotes and
	volume at once.
	* man/get.hist.quote.Rd: Changed accordingly.

2001-06-18  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>

	* DESCRIPTION (Version): New version is 0.7-2.
	(Depends): Redo according to R-exts.  Detailed info now in
	`README'.

	* man/na.remove.Rd: Sync code and documented usage.

	* ChangeLog: finally started.

back to top