Version: 1.5.1 Date: 2024-05-12 Text: Added pkgdown site We rolled back the required version of R to 4.1.0, same as 'emmeans' package, so as to not require >=4.3.0 in packages that depend on this one. Version: 1.5 Date: 2024-02-20 Text: We now require R >= 4.3.0. Plays along with the changes in 'predict.lm' that came with R 4.3.0. We re-coded the 'nonest.basis.qr' to something much simpler, and the old version is kept available as 'legacy.nonest.basis'. And a vignette was added to help developers add estimability checking to their package. Version: 1.4.1 Date: 2022-08-05 Text: Correction to version 1.4. The new svd-based methods worked correctly only for n x p matrices with n >= p. Otherwise things go badly awry. And this is a big problem because I replaced the default nonest.basis() method with the svd method. Version: 1.4 Date: 2022-07-03 Text: Added support for results of svd(), via 'nonest.basis.svd' function and 'default' method. The 'matrix' method now uses the SVD instead of the QR decomposition. Version: 1.3 Date: 2018-02-11 Text: Added 'estble.subspace' function Version: 1.2-1 Text: Moved codebase to github repository rvlenth/estimability Version: 1.2 Date: 2016-11-19 Text: Modified license to make it more compatible with dependents Version: 1.1-1 Date: 2015-09-03 Text: Added imports of non-base packages that are referenced Version: 1.1 Date: 2015-02-12 Text: Design improvements to aid in potential scope and usability: * Made 'nonest.basis' a generic, with provided methods for "qr", "matrix", and "lm" * Added 'eupdate' generic and 'lm' method for updating a model object and including its nonestimability basis as part of the object Added 'type = "matrix"' and 'type = "estimability"' options for 'epredict' Version: 1.0-2 Date: 2015-01-31 Text: Initial version on CRAN