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

bibentry(bibtype = "Manual",
         title = "{stepR}: Multiscale change-point inference",
         author = c(person("Florian", "Pein"),
                    person("Thomas", "Hotz"),
                    person("Hannes", "Sieling"),
                    person("Timo", "Aspelmeier")),
         year = year,
         note = note,
         url = "https://CRAN.R-project.org/package=stepR")
