Package: LMMsolver
Type: Package
Title: Linear Mixed Model Solver
Description: An efficient and flexible system to solve sparse mixed model
    equations. Important applications are the use of splines to model spatial or temporal
    trends as described in Boer (2023). (<doi:10.1177/1471082X231178591>).
Version: 1.0.7
Date: 2024-04-16
Authors@R: c(person(given = "Martin", 
                    family = "Boer", 
                    email = "martin.boer@wur.nl", 
                    role = "aut",
                    comment = c(ORCID = "0000-0002-1879-4588")),
            person(given = "Bart-Jan", 
                   family = "van Rossum", 
                   email = "bart-jan.vanrossum@wur.nl", 
                   role = c("aut", "cre"),
                   comment = c(ORCID = "0000-0002-8673-2514")))
License: GPL
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6)
Imports: 
    agridat,
    ggplot2,
    maps,
    Matrix,
    methods,
    Rcpp (>= 0.10.4),
    sf,
    spam,
    splines
LinkingTo: Rcpp
RoxygenNote: 7.3.1
Suggests: 
    rmarkdown,
    knitr,
    tinytest
VignetteBuilder: knitr
URL: https://biometris.github.io/LMMsolver/index.html, https://github.com/Biometris/LMMsolver/
BugReports: https://github.com/Biometris/LMMsolver/issues
