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

titl <- meta$Title
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)
doi <- paste0("10.32614/CRAN.package.", meta$Package)
urldoi <- paste0("https://doi.org/", doi)

bibentry(bibtype="Manual",
         title = titl,
         author = c(person(given = "Frederic", family= "Bertrand"), 
                    person(given = "Myriam", family= "Maumy-Bertrand")),
	 publisher = "manual",
         year         = year,
         note         = vers,
         url          = "https://fbertran.github.io/homepage/",
         doi = doi,
         textVersion = 
         paste("Frederic Bertrand and Myriam Maumy-Bertrand (",year ,"). ", 
               titl, ", ", vers, ". doi:", doi, ".", sep=""
               )
)

bibentry(bibtype="InProceedings",
         title = "plsRcox, Cox-Models in a high dimensional setting in R",
         author = c(person(given = "Frederic", family= "Bertrand"), 
         person(given = "Philippe", family= "Bastien"), 
         person(given = "Nicolas", family= "Meyer"),
         person(given = "Myriam", family= "Maumy-Bertrand")), 
	       booktitle = "Proceedings of User2014!",
         year         = 2014,
         pages		= "177",
         textVersion = 
         paste("Frederic Bertrand, Philippe Bastien, Nicolas Meyer and Myriam Maumy-Bertrand (2014).", 
               "plsRcox, Cox-Models in a high dimensional setting in R.", "Proceedings of User2014!, Los Angeles,", "page 177." )
)

bibentry(bibtype="Article",
         title = "Deviance residuals-based sparse PLS and sparse kernel PLS regression for censored data",
         author = c(person(given = "Philippe", family= "Bastien"),
         person(given = "Frederic", family= "Bertrand"), 
         person(given = "Nicolas", family= "Meyer"),
         person(given = "Myriam", family= "Maumy-Bertrand")),
         year         = 2015,
         pages		= "397--404",
         journal = "Bioinformatics",
         textVersion = 
         paste("Philippe Bastien, Frederic Bertrand, Nicolas Meyer and Myriam Maumy-Bertrand (2015).", "Deviance residuals-based sparse PLS and sparse kernel PLS regression for censored data", "Bioinformatics,", "31(3):397-404, doi:10.1093/bioinformatics/btu660." )
)



