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)

citEntry(entry="Manual",
         title = titl,
         author = personList(as.person("F. Bertrand"), 
                             as.person("M. Maumy-Bertrand"),
				     as.person("N. Meyer")),
	 publisher = "manual",
         year         = year,
         note         = vers,
         url          = "http://www-irma.u-strasbg.fr/~fbertran/",
         textVersion = 
         paste("Frdric Bertrand, Myriam Maumy-Bertrand and Nicolas Meyer (",year ,"). ", 
               titl, ", ", vers, ".", sep=""
               )
)

citEntry(entry="InProceedings",
         title = "plsRcox : modles de Cox en prsence dun grand nombre de variables explicatives",
         author = personList(as.person("F. Bertrand"), 
                             as.person("M. Maumy-Bertrand"),
				     as.person("N. Meyer")),
	 booktitle = "Proceedings of Chimiometrie 2010",
         year         = 2010,
         pages		= "67-68",
         textVersion = 
         paste("Frdric Bertrand, Myriam Maumy-Bertrand et Nicolas Meyer (2010).", 
               "plsRcox : modles de Cox en prsence dun grand nombre de variables explicatives.", "Proceedings of Chimiometrie 2010", "pages ??-??.")
)



