citHeader("To cite the SelectBoost package in publications use:")

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

citEntry(entry="Manual",
         title = titl,
         author = personList(as.person("F. Bertrand"),
                             as.person("M. Maumy-Bertrand"),
                             as.person("N. Jung"),
                             as.person("I. Aouadi")),
	 publisher = "manual",
         year         = year,
         note         = vers,
         url          = "https://fbertran.github.io/SelectBoost/",
         textVersion =
         paste("Frederic Bertrand, Myriam Maumy-Bertrand, Nicolas Jung and Ismail Aouadi (",year ,"). ",
               titl, ", ", vers, ".", sep=""
               )
)

citEntry(entry="Article",
         title = "SelectBoost: a general algorithm to enhance the performance of variable selection methods",
         author = personList(as.person("F. Bertrand"), as.person("I. Aouadi"), as.person("N. Jung"), as.person("R. Carapito"), as.person("L. Vallat"), as.person("S. Bahram"),
as.person("M. Maumy-Bertrand")),
         year         = 2020,
         journal = "Bioinformatics",
         textVersion =
         paste("F. Bertrand, I. Aouadi, N. Jung, R. Carapito, L. Vallat, S. Bahram, M. Maumy-Bertrand (2020).", "SelectBoost: a general algorithm to enhance the performance of variable selection methods", "Bioinformatics,", "doi:10.1093/bioinformatics/btaa855." )
)
