
citHeader("To cite package 'planor' in publications use:")

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

citEntry(entry="Misc",
         author = personList(as.person("André Kobilinsky")),
         title = "PLANOR: program for automatic generation of regular experimental designs. ",
#         howpublished=  "http://andre.kobilinsky.free.fr/logiciel/planorA.pdf",
         year =   2005,
#         url = "http://andre.kobilinsky.free.fr/logiciel/planorA.pdf",
         textVersion =
 paste("André Kobilinsky (2005",
"). PLANOR: program for automatic generation of regular experimental
         designs. ",
	  sep=""))



citEntry(entry="Manual",
         title = "PLANOR: an R package for the automatic generation of regular fractional factorial designs",
         author = personList(as.person("André Kobilinsky"), as.person("Annie Bouvier"), as.person("Hervé Monod")),
         year         = year,
         note = vers,
	 address      = "INRA, MIA, Jouy en Josas, France",
	 textVersion =
 paste("André Kobilinsky, Annie Bouvier, Hervé Monod (",
year,
"). PLANOR: an R package for the automatic generation of regular",
         " fractional factorial designs. ",
vers, ".",  sep=""))


