NEWS
tframe 2019.6-1
- Fixed Rbuildignore so that files from building vignettes are
not omitted in the package build.
tframe 2015.12-1 (2015-12-16)
- Suppressed of error message generated within a try() when assigning time
series attributes in non-standard cases (e.g. the matrix series of state
tracking errrors generated by smoother(). The code was working but the
error message was misleading. (Problem pointed out by Spencer Graves.)
- Added default package imports as now required by CRAN.
tframe 2015.1-1 (2015-01-05)
- Minor adjustments to add a package namespace reference in a zoo call.
tframe 2012.8-1 (2012-09-20)
- Fixed spelling error in DESCRIPTION file.
tframe 2012.4-2 (2012-05-02)
- Split tfplot and other user utilities into package tfplot.
tframe 2012.4-1
- Fixed percentChange error when differencing zoo class series.
- Fixed tfplot to pass subtitle, legend, and legend.loc to tfOnePlot.
tframe 2012.3-1 (2012-03-27)
- Fixed tfOnePlot to handle zoo daily data in lastObs.
tframe 2011.11-2 (2011-11-28)
- Updated maintainer email address.
tframe 2011.11-1 (2011-11-03)
- Added lastObs and source optional arguments to tfplot.
- Added subtitle, footnoteLeft (synonym for footnote) and footnoteRight
optional arguments to tfplot and tfOnePlot.
- Added title as a synonym for Title in tfplot and tfOnePlot.
- Restricted annualizedGrowth(), percentChange(), and ytoypc() to
work only on tframed objects.
- Fix to tfOnePlot for lost date information in univariate case.
tframe 2011.8-1 (2011-08-05)
- Removed ... argument from tfOnePlot, since it seems unnecessary.
- Added arguments par, lastObs, source, and footnote to tfOnePlot.
tframe 2011.3-1 (2011-03-22)
- Changed periods() and tfperiods() (distinction no longer needed)
to Tobs() to avoid conflicts with other packages.
tframe 2009.10-2 (2011-01-20)
- Removed see also link to dse so the package builds without having to
check CRAN looking for existence of package dse.
tframe 2009.10-1 (2009-10-18)
- Fixed a few documentation problems found by R-2.10.0 (beta) quality checks.
- Fixed splice to work with vector series (previously assumed matrices).
tframe 2009.02-1
- Cleaned up tframe so that data classes are not defined unless absolutely
necessary. Tframe now attempts to use methods from the data classes
where possible. (Classes for the tframe objects are still set when the
tframe is not attached to data.)
- Also, in line with trying to use methods for existing classes,
seriesNames() now uses dimnames[[2]] for matrices, and a class method if
that is available. A "seriesNames" attribute is still set if there is
no class methods available, as for vectors.
- Removed a try-error check for a condition that would never happen.
- Minor documentation corrections as found by a new R-devel.
- Made DESCRIPTION a file rather than building it.
tframe 2008.5-1 (2008-05-02)
- splits extensions for zoo and its as well as some new/experimental/less
stable pieces into package tframePlus.
- fixed bug in tfExpand which lost multivariate series.
- fixed bug in tsWrite which lost date.
- default nseries changed to return zero for NULL
tframe 2007.5-1 (2007-05-08)
- the function freeze was moved from tframe to TSpadiFame (renamed TSpadi).
- tfplot and tfOnePlot were changed to call plot in place of
matplot, so x scale for zoo time series works better.
- xlab was modified to allow vector argument specifying label
for each plot.
- methods for zoo and its were added.
- tbind was modified to handle a possible NULL first argument,
in order to make initialization for use in a loop easier.
- as.tframe was added to generate a tframe using start, end,
frequency, periods.
- as.tframed was added to gaurantee an object is tframed.
- arguments start, end, and ... were added to tframed so it can be
used more easily to generate default ts like time series.
- annualizedGrowth utility for calculating annualized growth
of a time series was added.
- tfL utility for shifting a tframe or tframed data was added.
For data this is equivalent to lag but the default is to lag the data.
- tfdiff methods were replaced diff.tframe and diff.tframed.
- added utilities tsWrite and tsScan for reading and writing
time series (csv) data files (wrappers for scan and write).
- tfSet was (re) introduced, as switching the dispatch order for tframe<-
seems to be a much cleaner approach.
Changes in tframe version before2007.5-1
- The tframe package was previously part of the dse bundle. Earlier
changes are documented in the NEWS for dse.