NEWS
dyn 0.2-9.6 (2018-03-19)
- I Finally was able to
work out the pdflatex
problem and the url.sty
problems during R CMD
check with help
from Lou. Info
is in gmail dyn_cran
folder.
dyn 0.2-9.5
- Lou solved the registering
S3Method $.dyn that I could
not figure out. See the
NAMESPACE file for how
he did that.
dyn 0.2-9.4
- Working on figuring out
how to register $.dyn because the
debvelopment version of R now
needs all methods to be registerd.
- Updated the date of last build.
- Also having a problem locating
pdflatex on my windows.
dyn 0.2-9.3 (2017-02-09)
- removed browser statement that
was mistakenyl left in the
R code during debugging and
creation of 0.2-9.2.
dyn 0.2-9.2 (2016-12-14)
- modified DESCRIPTION FILE in order
to remove any references to the its
package which is now archived.
dyn 0.2-9.1 (2016-12-13)
- modified DESCRIPTION file in order
to reflect change in maintainer
to Mark Leeds
- implemented patch provided by
Thomas Kalibera to fix current
error during running of test
in development version of R:
2016-11-10 r71645. Patch is in
dyn.R
dyn 0.2-9 (2012-12-22)
dyn 0.2-8.1 (2012-03-24)
- changes needed to pass R CMD check on R 2.15.0
- corrected example in dyn.Rd
dyn 0.2-8 (2009-01-27)
- model.matrix.dyn now available
- tests/vcovHAC.R (thanks to Ajay Shah)
- dyn-mcmcpack.R demo (thanks to Delali Accolley)
- fixed Rd files for R version 2.9.0's Rdversion 2 parser
dyn 0.2-7
- added dyn-onestep.R demo
- added demo source display in dyn-package.Rd
- added dyn$loess example to dyn.Rd
dyn 0.2-6 (2006-04-05)
- updated email address in description file
dyn 0.2-5 (2005-06-27)
- fixed bug with matrix components in model specification
- modified README
dyn 0.2-4 (2005-06-09)
- moved NEWS, README, THANKS, WISHLIST to inst directory
dyn 0.2-2 (2005-06-03)
- updated to correspond to 'its' 1.0.9
dyn 0.2-1 (2005-05-24)
dyn 0.2-0 (2005-05-22)
dyn 0.1-2
- dyn class
- anova.dyn
- update.dyn
- irts (package tseries) and its (package its) support
- combined fitted methods for zoo, zooreg, ts, irts and its. Same
for residuals and same for predict.
- testing with glm, MASS::rlm, MASS::lqs, randomForest, quantreg::rq
- testing with na.omit, na.exclude
- more demos
dyn 0.1-1
- zoo, zooreg and ts methods for model.frame, predict, fitted, resid
- testing with lm