diff --git a/DESCRIPTION b/DESCRIPTION index 4d2f918..fd1d3b6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: miloR Type: Package Title: Differential neighbourhood abundance testing on a graph -Version: 1.99.16 +Version: 2.0.0 Authors@R: c(person("Mike", "Morgan", role=c("aut", "cre"), email="michael.morgan@abdn.ac.uk", comment=c(ORCID="0000-0003-0757-0711")), diff --git a/R/glmm.R b/R/glmm.R index 9fb5b14..27d3444 100644 --- a/R/glmm.R +++ b/R/glmm.R @@ -73,6 +73,7 @@ #' @importMethodsFrom Matrix %*% #' @importFrom Matrix Matrix solve crossprod kronecker #' @importFrom stats runif var +#' @importFrom BiocParallel bpstopOnError #' @export fitGLMM <- function(X, Z, y, offsets, init.theta=NULL, Kin=NULL, random.levels=NULL, REML=FALSE,