citHeader("Kindly cite the hetu R package as follows:")

year <- sub("-.*", "", meta$Date)
vers <- paste("R package version", meta$Version)

bibentry(
  bibtype="Misc",
  title = "hetu: Structural Handling of Finnish Personal Identity Codes",
  author = 
    c(
      person(given ="Pyry", family="Kantanen", email = "pyry.kantanen@gmail.com"),
      person(given ="Mans", family="Magnusson"),	   
      person(given ="Jussi", family="Paananen"),
      person(given ="Leo", family="Lahti")),
  doi = "10.32614/CRAN.package.hetu",
  journal = "",
  URL = "https://github.com/rOpenGov/hetu",
  year = year,
  note = vers,
  textVersion = 
    paste0(
      "Pyry Kantanen, Mans Magnusson, Jussi Paananen and Leo Lahti (",year,"). ",
      "hetu: Structural Handling of Finnish Personal Identity Codes [Computer software]. ",
      vers,
      ". DOI: https://doi.org/10.32614/CRAN.package.hetu"
      )
    )

citFooter("\nMany thanks for all contributors!")
