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

bibentry(bibtype = "Manual",
         title = "{stepR}: Fitting Step-Functions",
         author = c(person("Thomas", "Hotz"),
                    person("Hannes", "Sieling")),
         year = year,
         note = note,
         url = "http://CRAN.R-project.org/package=stepR")
