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 78 79 80 81 82 83 84 85 86 87 88
|
2024-08-14 Martin Maechler <maechler@stat.math.ethz.ch>
* DESCRIPTION (Version): 0.5-4 ; use `Authors@R`
* man/*.Rd: fix some `\link{.}` with `[Matrix..]`
2023-10-13 Martin Maechler <maechler@stat.math.ethz.ch>
* DESCRIPTION (Version): 0.5-3
* man/lm.fit.sparse.Rd: use '\describe{..}` instead of lost braces.
2023-06-18 Martin Maechler <maechler@stat.math.ethz.ch>
* DESCRIPTION (Version): 0.5-2
* R/modelMatrix.R (solveCoef): 'predModule': Mikael J Matrix 1.6-0:
Using Cholesky() instead of chol() for solve()ing.
2022-09-12 Martin Maechler <maechler@ethz.ch>
* R/modelMatrix.R (glm4): support the 'contrasts' argument
when that works in 'model.Matrix()'.
2021-09-03 Martin Maechler <maechler@stat.math.ethz.ch>
* DESCRIPTION (Version): 0.5-1
* R/AllClass.R: update for Matrix 1.5-0
2021-03-01 Martin Maechler <maechler@stat.math.ethz.ch>
* DESCRIPTION (Version): 0.5-0
* R/AllClass.R (validity of "modelMatrix"): fix bug entailing from
R 4.0 having class(<matrix>) to also contain "array".
2012-01-12 Martin Maechler <maechler@stat.math.ethz.ch>
* DESCRIPTION (Version): 0.3-1
(Depends): R >= 2.14.0, so we can
* man/getCall.Rd: remove entirely
* R/modelMatrix.R: ditto:
get rid of getCall (and all the new wrong R CMD check warnings).
2011-08-19 Martin Maechler <maechler@stat.math.ethz.ch>
* DESCRIPTION (Version): 0.3-0
* R/modelMatrix.R:
* NAMESPACE: only define & export getCall() if R < 2.14
2011-02-17 Douglas Bates <bates@stat.wisc.edu>
* DESCRIPTION: Remove Encoding: directive.
2011-01-17 Douglas Bates <bates@stat.wisc.edu>
* R/modelMatrix.R: Spelling correction.
2010-11-27 Martin Maechler <maechler@stat.math.ethz.ch>
* R/AllClass.R: comment stopifnot() which prevents INSTALL
2010-11-01 Douglas Bates <bates@stat.wisc.edu>
* R/AllClass.R (rMod,glrMod): Initial attempt at using reference
classes for the response modules. Still some problems with the
contains argument to setRefClass for GLMRespMod.
2010-08-23 Martin Maechler <maechler@stat.math.ethz.ch>
* R/modelMatrix.R (model.Matrix, glm4): use argument
'drop.unused.levels' (and depend on Matrix version *-44).
2010-08-10 Martin Maechler <maechler@stat.math.ethz.ch>
* NAMESPACE:
* R/AllGeneric.R, man/resid-et-al.Rd: define "ANY"-method (and
hence generic) for the three standard aliases
resid(), fitted.values() and coefficients(), and
* man/glm4.Rd: check some of these
2010-08-09 Douglas Bates <bates@stat.wisc.edu>
* R/modelMatrix.R: added "fitted" and "residuals" methods for
"respModule" classes. Modified corresponding methods for
"glpModel" to chain to these. Modified the reweightPred methods
to allow for ncol(sqrtXwt) > 1.
* DESCRIPTION (Version): 0.2-0, CRAN-released: ...
|