citHeader("To cite modelskill in publications use:")

year <- format(Sys.Date(), "%Y")
vers <- paste("R package version", meta$Version)

bibentry(
  bibtype = "Manual",
  title = "modelskill: Assessing and Visualising the Performance of Prediction Models",
  author = person(
    given = "A.M.J.-C.",
    family = "Wadoux"
  ),
  year = year,
  note = vers,
  url = "https://github.com/AlexandreWadoux/modelskill",
  textVersion = paste(
    paste0("Wadoux, A.M.J.-C. (", year, ")."),
    "modelskill: Assessing and Visualising the Performance of Prediction Models.",
    paste0(vers, "."),
    "https://github.com/AlexandreWadoux/modelskill"
  )
)
