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

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

bibentry(bibtype = "Manual",
         title = "{moveHMM}: Animal Movement Modelling using Hidden Markov Models",
         author = c(person("Theo","Michelot"),
                    person("Roland","Langrock"),
                    person("Toby","Patterson"),
                    person("Eric","Rexstad")),
         year = year,
         note = note)
