-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.31 KB
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.31 KB
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
Package: LMMsolver
Type: Package
Title: Linear Mixed Models with Sparse Matrix Methods and Smoothing
Description: Provides tools for fitting linear mixed models using sparse matrix
methods and variance component estimation. Applications include spline-based
modeling of spatial and temporal trends using penalized splines (Boer, 2023)
<doi:10.1177/1471082X231178591>.
Version: 1.0.12
Date: 2025-12-03
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-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6)
Imports:
Matrix,
methods,
Rcpp (>= 0.10.4),
spam,
splines
LinkingTo: Rcpp
RoxygenNote: 7.3.3
Suggests:
rmarkdown,
knitr,
tinytest,
tidyr,
ggplot2,
maps,
sf
VignetteBuilder: knitr
URL: https://biometris.github.io/LMMsolver/index.html, https://github.com/Biometris/LMMsolver/
BugReports: https://github.com/Biometris/LMMsolver/issues