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