citHeader("To cite package ‘emil’ in publications use:")

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
vers <- paste("R package version", meta$Version)

citEntry(entry = "Manual",
         title = "Evaluation of Modeling without Information Leakage",
         author = personList(as.person("Christofer L Bäcklin"),
                             as.person("Mats G Gustafsson")),
         year = year,
         note = vers,

         textVersion =
         paste0("Christofer L Bäcklin, Mats G Gustafsson (",
                year,
                "). Evaluation of Modeling without Information Leakage. ",
                vers, "."))

