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

bibentry(bibtype = "Manual",
         title = "{ForecastCombinations}: Forecast combinations in R",
         author = c(person("Eran", "Raviv")),
         year = year,
         note = note,
         url = "https://CRAN.R-project.org/package=ForecastCombinations")
