MGLM 0.2.3
- Updated
inst/CITATION to use bibentry()
and person() instead of the defunct citEntry()
and personList().
- Removed redundant
\itemize{} wrappers inside
\value{} sections of the documentation for
MGLMfit(), MGLMreg(),
MGLMsparsereg(), MGLMtune() and
path(), which caused “lost braces” notes in
R CMD check.
- Reduced the size of the
MGLMtune() and
path() examples so that they run well within CRAN’s example
timing limits.
MGLM 0.2.2
- Replaced
outer() computation in Sj helper
function (used in DMD.DM.fit and
DMD.NegMN.fit) with a sort + cumulative sum +
findInterval approach. This yields significant speedups for
large datasets while producing numerically identical results.
(contributed by Magdalena Czapiewska, ORCID: 0009-0004-3265-1614)