citHeader("To cite the R package 'momentuHMM' in publications, use:")

year <- sub("-.*","",meta$Date)
note <- sprintf("R package version %s",meta$Version)

bibentry(bibtype = "Manual",
         title = "{momentuHMM}: Maximum likelihood analysis Of animal MovemENT behavior Using multivariate Hidden Markov Models",
         author = c(person("Brett","McClintock"),
                    person("Theo","Michelot")),
         year = year,
         note = note)
