Package: lme4
Version: 2.0-1
Title: Linear Mixed-Effects Models using 'Eigen' and S4
Authors@R: 
    c(person("Douglas", "Bates", role = "aut",
             comment = c(ORCID = "0000-0001-8316-9503")),
      person("Martin", "Maechler", role = "aut",
             comment = c(ORCID = "0000-0002-8685-9910")),
      person("Ben", "Bolker", role = c("cre", "aut"),
             email = "bbolker+lme4@gmail.com",
             comment = c(ORCID = "0000-0002-2127-0443")),
      person("Steven", "Walker", role = "aut",
             comment = c(ORCID = "0000-0002-4394-9078")),
      person("Rune Haubo Bojesen", "Christensen", role = "ctb",
             comment = c(ORCID = "0000-0002-4494-3399")),
      person("Henrik", "Singmann", role = "ctb",
             comment = c(ORCID = "0000-0002-4842-3657")),
      person("Bin", "Dai", role = "ctb"),
      person("Fabian", "Scheipl", role = "ctb",
             comment = c(ORCID = "0000-0001-8172-3603")),
      person("Gabor", "Grothendieck", role = "ctb"),
      person("Peter", "Green", role = "ctb",
             comment = c(ORCID = "0000-0002-0238-9852")),
      person("John", "Fox", role = "ctb"),
      person("Alexander", "Bauer", role = "ctb"),
      person("Pavel N.", "Krivitsky", role = c("ctb", "cph"),
             comment = c(ORCID = "0000-0002-9101-3362",
                         "shared copyright on simulate.formula")),
      person("Emi", "Tanaka", role = "ctb",
             comment = c(ORCID = "0000-0002-1455-259X")),
      person("Mikael", "Jagan", role = "aut",
             comment = c(ORCID = "0000-0002-3542-2938")),
      person("Ross D.", "Boylan", role = "ctb",
             comment = c(ORCID = "0009-0003-4123-8090")),
      person("Anna", "Ly", role = "aut",
             comment = c(ORCID = "0000-0002-0210-0342")))
Description: 
    Fit linear and generalized linear mixed-effects models.  The
    models and their components are represented using S4 classes and
    methods.  The core computational algorithms are implemented using
    the 'Eigen' C++ library for numerical linear algebra and
    'RcppEigen' "glue".
Depends: R (>= 3.6), Matrix, methods, stats
LinkingTo: Matrix (>= 1.5-0), Rcpp (>= 0.10.5), RcppEigen (>=
        0.3.3.9.4)
Imports: MASS, Rdpack, boot, graphics, grid, lattice, minqa (>=
        1.1.15), nlme (>= 3.1-123), nloptr (>= 1.0.4), parallel,
        reformulas (>= 0.4.3.1), rlang, splines, utils
Suggests: HSAUR3, MEMSS, car, dfoptim, gamm4, ggplot2, glmmTMB, knitr,
        merDeriv, mgcv, mlmRev, numDeriv, optimx (>= 2013.8.6),
        pbkrtest, rmarkdown, rr2, semEff, statmod, testthat (>= 0.8.1),
        tibble
Enhances: DHARMa, performance
RdMacros: Rdpack
VignetteBuilder: knitr
LazyData: yes
License: GPL (>= 2)
URL: https://github.com/lme4/lme4/
BugReports: https://github.com/lme4/lme4/issues
Encoding: UTF-8
RoxygenNote: 7.3.3
NeedsCompilation: yes
Packaged: 2026-03-04 20:19:49 UTC; bolker
Author: Douglas Bates [aut] (ORCID: <https://orcid.org/0000-0001-8316-9503>),
  Martin Maechler [aut] (ORCID: <https://orcid.org/0000-0002-8685-9910>),
  Ben Bolker [cre, aut] (ORCID: <https://orcid.org/0000-0002-2127-0443>),
  Steven Walker [aut] (ORCID: <https://orcid.org/0000-0002-4394-9078>),
  Rune Haubo Bojesen Christensen [ctb] (ORCID:
    <https://orcid.org/0000-0002-4494-3399>),
  Henrik Singmann [ctb] (ORCID: <https://orcid.org/0000-0002-4842-3657>),
  Bin Dai [ctb],
  Fabian Scheipl [ctb] (ORCID: <https://orcid.org/0000-0001-8172-3603>),
  Gabor Grothendieck [ctb],
  Peter Green [ctb] (ORCID: <https://orcid.org/0000-0002-0238-9852>),
  John Fox [ctb],
  Alexander Bauer [ctb],
  Pavel N. Krivitsky [ctb, cph] (ORCID:
    <https://orcid.org/0000-0002-9101-3362>, shared copyright on
    simulate.formula),
  Emi Tanaka [ctb] (ORCID: <https://orcid.org/0000-0002-1455-259X>),
  Mikael Jagan [aut] (ORCID: <https://orcid.org/0000-0002-3542-2938>),
  Ross D. Boylan [ctb] (ORCID: <https://orcid.org/0009-0003-4123-8090>),
  Anna Ly [aut] (ORCID: <https://orcid.org/0000-0002-0210-0342>)
Maintainer: Ben Bolker <bbolker+lme4@gmail.com>
Repository: CRAN
Date/Publication: 2026-03-05 17:30:02 UTC
Built: R 4.5.2; aarch64-unknown-linux-gnu; 'Thu, 05 Mar 2026 12:10:10 -0600'; unix
