Skip to content

Commit 9bcf2ff

Browse files
committed
minor version bump, NEWS update
1 parent b7a2881 commit 9bcf2ff

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: miloR
22
Type: Package
33
Title: Differential neighbourhood abundance testing on a graph
4-
Version: 2.3.1
4+
Version: 2.3.2
55
Authors@R:
66
c(person("Mike", "Morgan", role=c("aut", "cre"), email="michael.morgan@abdn.ac.uk",
77
comment=c(ORCID="0000-0003-0757-0711")),

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# 2.0.X (2024-10-30)
1+
# 2.3.X (2024-11-20)
2+
+ Allow groupNhoods() to retain original behaviour or force intuitive grouping such that no nhood group has discordant LFCs
3+
4+
# 2.2.0 (2024-10-30)
25
+ Warning on GLMM if glmm.solver not set
36
+ Bug fix in model contrasts vignette with multiple contrasts
47
+ testNhoods will error if N<60 and using GLMM - introduce force=TRUE to override (with a warning)

R/glmm.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@ function_jac <- function(x, coeff.mat, mint, cint, G_inv, random.levels) {
674674
# check for singularity
675675
lr.tosolve <- LowerRight
676676
lr.rcond <- rcond(lr.tosolve)
677+
677678
if(lr.rcond <= 1e-9){
678679
warning("Coefficient submatrix is nearly singular - using pseudoinverse")
679680
lr.inv <- pinv(LowerRight)

0 commit comments

Comments
 (0)