citHeader("To cite the package TRSbook in your publications, please use:")

citEntry(entry="Book",
         title = "The R Software, Fundamentals of Programming and Statistical Analysis",
         author = personList(as.person("Lafaye de Micheaux, P."),
	 as.person("Drouilhet, R."),
	 as.person("Liquet, B.")),
	 publisher = "Springer",
         year         = "2014",
         note         = "Software: R Package, TRSbook, version 1.0",
         url          = "http://www.biostatisticien.eu/springeR/",
         
         textVersion = 
         paste("Lafaye De Micheaux, P. and Drouilhet, R. and Liquet, B. (2014)", 
               "The R Software, Fundamentals of Programming and Statistical Analysis",
               "Springer, 2014",
              "(Software: R Package, TRSbook, version 1.0)"
	      )
)
