Skip to content
Version 0.6-0  (2017-11-16)

  o btest: two arguments have been renamed

	tradeOnOpen      =>  trade.at.open
	assignInGlobals  =>  Globals

  o plot_trading_hours: two arguments have been renamed

	excludeWeekends  =>  exclude.weekends
	do.plotAxis      =>  do.plot.axis

  o Function 'isValidISIN' is no longer available; use
    the drop-in replacement 'is_valid_ISIN' instead.

  o Byte-compilation is now on by default.

  o New vignette 'FinTeX'.

  o New datasets DAX and REXP.

  o New generic function instrument, also for
    replacement.

  o NAVseries: new method 'toLatex.summary.NAVseries';
    see the vignette for examples.

  o pricetable: the function is now a generic, with a
    default and a zoo method. Methods for pricetable
    have been added (print, `[`, as.matrix).

  o quote32: the function now recognises both a hyphen
    (-) or single quote (') as a separator

  o A more-comprehensive list of changes is available
    in the ChangeLog:
    http://enricoschumann.net/R/packages/PMwR/ChangeLog