c(
  bibentry(
    bibtype = "Manual",
    title = "{KFAS}: {K}alman Filter and Smoother for Exponential Family State Space Models",
    author = "Jouni Helske",
    year = sub("-.*", "", meta$Date),
    note = sprintf("R package version %s", meta$Version),
    url = "http://cran.r-project.org/package=KFAS",
    key = "KFAS"
  ),
  bibentry(
    bibtype = "Article",
    title = "{KFAS}: Exponential Family State Space Models in {R}",
    author = "Jouni Helske",
    journal = "Accepted to Journal of Statistical Software",
    year = sub("-.*", "", meta$Date),
    key = "KFASarticle"
  )
)