/usr/lib/R/site-library/lmerTest/NEWS is in r-cran-lmertest 2.0-36-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | 2.0-34
- included citation info for JSS
2.0-33
- lsmeans and difflsmeans are now deprecated functions. Changed the names to lsmeansLT and dlsmeansLT
- changed the maintainer field
2.0-32
- changed the message of identifiability to the more appropriate one
-
2.0-31
- removed lmerTestFunctions.R and restructured the package. added calcSatterth(model, L) for calculating Satterthwaite's approximation for a specified L matrix
2.0-30
- envir.R failed with the newest version of lme4. Changed the code to pass the check. TODO: remove updating the model
2.0-28
- changes in general summary function. callNextMethod changed to as(model, "lmerMod)
2.0-25
- updated according to comments from CRAN
2.0-24 changes:
- cleaned the code
2.0-23 changes:
- hessian and grad changed to mygrad and myhess (deriv.R functions of Rune)
- plots use ggplot2
- look for previous changes in R-Forge
2.0-11 changes:
- elimRandEffs deleted. now the rand table contains all the information
2.0-9 changes:
- fixed.calc option is added to step function
- elimRand effs changed: random effects that are 1 approx to 1e-6 are eliminated
- las=2 in barplots: verical axis names
contrast with the name "l" changed to "l.lmerTest.private.contrasts"
2.0-8 changes:
- throws error for lsmeans, difflsmeans, rand and step functions if the model does not inherit lmerMod class
2.0-7 changes:
- in utils calcSatterth changed: solve of 0 dim matrix now catches in tryCatch - example MAMex.R in tests is added to check the bug
- messages are printed if some computational errors occurr in anova or summary and the ones from lme4 are returned (bugSummary.R for testing)
2.0.6 changes:
- added a number of tests in the tests folder and inst/datasets for the testing data sets - will not be included in the R-forge nor CRAN (for a moment)
- model is not updated automatically to REML (tests for random effects are ML!)
- man functions updated
2.0.5 changes:
- fixed bug from Ben - summary(model, "lme4") changed to summary(model, ddf="lme4")
- fixed bug for summary from Cyrus
- added in manual notes regarding random coefficient models simplification
- Rune changed solve to chol2inv in lmerTestFunctions.R
- changed updateModel function so that the bugs with the environmentgs are solved
2.0.4 new:
- rewritten rand table elimination
- added elimrand.R
Modifications in lmerTest 2.0.1
- The elim.num column now has KEEP instead of 0
- X'X deficiancy was fixed by Rune, lmerTest was fixed accordingly
|