Skip to content

Commit f74b789

Browse files
Increased version number
1 parent f964b5b commit f74b789

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Description: Provides tools for fitting linear mixed models using sparse matrix
55
methods and variance component estimation. Applications include spline-based
66
modeling of spatial and temporal trends using penalized splines (Boer, 2023)
77
<doi:10.1177/1471082X231178591>.
8-
Version: 1.0.11.9000
9-
Date: 2025-08-20
8+
Version: 1.0.12
9+
Date: 2025-12-03
1010
Authors@R: c(person(given = "Martin",
1111
family = "Boer",
1212
email = "martin.boer@wur.nl",

NEWS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# LMMsolver 1.0.11.9000
1+
# LMMsolver 1.0.12
22

33
- First derivatives for `predict` using `deriv` argument now also implemented for `spl2D` and `spl3D`.
44
- function `effDim()` added to get data.frame with effective dimensions.
5-
- In the vignette an example added how the generalized heritability can be calculated.
6-
- Improved code coverage > 95% using tinytest.
5+
- In the vignette, an example added how the generalized heritability can be calculated.
6+
- Improved code coverage > 95%.
77
- Data sets `barley.uniformity.trial` and `oats.data` added.
8-
- All data included in the package that are needed for tests using tinytest
8+
- All data included in the package that are needed for tests.
99

1010
# LMMsolver 1.0.11
1111

@@ -24,7 +24,7 @@
2424
# LMMsolver 1.0.9
2525

2626
- Binomial response can now also be modelled as `fixed = cbind(failure, succes)`
27-
- Categorial response using `family = multinomial()`
27+
- Categorical response using `family = multinomial()`
2828
- Vignette updated, with separate section for GLMM.
2929
- doi-link added for `LMMsolver`.
3030
- argument `offset` can be defined as numeric or (new) as column name in data frame.

0 commit comments

Comments
 (0)