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

bibentry(
  bibtype  = "Manual",
  title    = "pRecipe: Precipitation R Recipes",
  author   = c(person(given = c("Mijael", "Rodrigo"), family = c("Vargas", "Godoy")),
               person(given = "Yannis", family = "Markonis")),
  year     = year,
  note     = note,
  url      = "https://CRAN.R-project.org/package=pRecipe "
)
