Skip to content

Commit

Permalink
update email
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Jonsen committed Jul 2, 2024
1 parent 5f68906 commit 904ce03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Package: mpmm
Type: Package
Title: (Animal) Movement Persistence Mixed-Effects Models
Version: 0.2-2
Date: 2022-12-04
Date: 2024-07-02
Authors@R:
c(
person(given = "Ian",
family = "Jonsen",
role = c("aut", "cre"),
email = "ian.jonsen@mq.edu.au"),
email = "jonsen@stochastic-qc.org"),
person(given = "Marie",
family = "Auger-Méthé",
role = c("aut", "ctb"),
Expand Down
2 changes: 1 addition & 1 deletion R/mpmm.r
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ mpmm <- function(
getVal <- function(obj, component)
vapply(obj, function(x) x[[component]], numeric(1))


param <- with(data.tmb,
list(
lg = rep(0, nobs),
Expand All @@ -254,6 +253,7 @@ mpmm <- function(
sum(getVal(condReStruc,
"blockNumTheta")))
))

rnd <- c("lg", if(ncol(data.tmb$Z) > 0) "b")

if(!is.null(map)) {
Expand Down

0 comments on commit 904ce03

Please sign in to comment.