1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
2020-04-04 Steven Walker <steve.walker@utoronto.ca>
* fix broken test caused by minor change to lme4
2019-02-04 Steven Walker <steve.walker@utoronto.ca>
* patch bug in tests caused by a change in the default optimizer used
in lme4
2011-02-15 Douglas Bates <bates@stat.wisc.edu>
* DESCRIPTION: Package now depends on R (>= 2.10). New version and date.
* data/Chem97.rda, data/Contraception.rda, data/Early.rda,
data/Exam.rda, data/Gcsemv.rda, data/Hsb82.rda, data/Mmmec.rda,
data/Oxboys.rda, data/ScotsSec.rda, data/Socatt.rda, data/bdf.rda,
data/egsingle.rda, data/guImmun.rda, data/guPrenat.rda,
data/s3bbx.rda, data/s3bby.rda, data/star.rda,
inst/doc/MlmSoftRev.pdf, inst/doc/StarData.pdf: resave the data for
higher compression, re-build the vignettes
2009-08-08 Martin Maechler <maechler@stat.math.ethz.ch>
* [r399] DESCRIPTION, inst/doc/MlmSoftRev.Rnw, man/Contraception.Rd,
man/Mmmec.Rd, man/egsingle.Rd, tests/Early.Rout.save,
tests/Hsb82.Rout.save, tests/ScotsSec.R, tests/ScotsSec.Rout.save,
tests/bdf.Rout.save, tests/egsingle.Rout.save,
tests/guImmun.Rout.save, tests/lmerTest.R, tests/lmerTest.Rout.save:
update to CRAN`s version 0.99875-1 (from 2008-06 !)
2010-08-04 Douglas Bates <bates@stat.wisc.edu>
* man/Contraception.Rd: References to lmer should be glmer
2009-07-28 Martin Maechler <maechler@stat.math.ethz.ch>
* inst/doc/*.Rnw: end w/sessionInfo; Star*: use our "standard" SweaveOpts
2008-06-19 Martin Maechler <maechler@stat.math.ethz.ch>
* man/Mmmec.Rd: use "offset= ." instead of of offset(.) in formula.
2008-05-21 Martin Maechler <maechler@stat.math.ethz.ch>
* DESCRIPTION (License): use "correct" licence-syntax;
(Version): 0.99875-1: matching CRAN version of lme4.
* man/bdf.Rd and a few others: use \docType{data} instead of
\non_function{}
2006-09-08 Douglas Bates <bates@stat.wisc.edu>
* DESCRIPTION (Depends): Update to current version of lme4
2005-08-26 Douglas Bates <bates@wisc.edu>
* man/Mmmec.Rd: Added example and then conditionalized the
example using AGQ.
2005-07-12 Douglas Bates <bates@wisc.edu>
* inst/doc/MlmSoftRev.Rnw: Expanded discussion considerably.
2005-05-19 Douglas Bates <bates@bates1-home>
* tests/lmerTest.R: Removed defunct tests and updated results of
current tests to lme_0.95-8
2005-05-13 Douglas Bates <bates@bates1-home>
* inst/doc/MlmSoftRev.Rnw (section{Two-level models for binary
data}): Added examples of generalized linear mixed model fits
using both PQL and the Laplacian approximation.
2005-04-21 Douglas Bates <bates@bates1-home>
* inst/doc/StarData.pdf: added
* DESCRIPTION: Updated dependencies
|