# https://astrostatistics.psu.edu/su07/R/library/utils/html/citEntry.html
bibentry("Manual",
         title = "Design Patterns in R",
         author = person("Harel", "Lustiger"),
         organization = "Tidylab",
         address      = "Auckland, New Zealand",
         year         = version$year,
         url          = "https://github.com/tidylab/R6P",

         textVersion =
         paste("Harel Lustiger (", version$year, "). ",
               "Design Patterns in R. ",
               "Tidylab, Auckland, New Zealand. ",
               "URL https://github.com/tidylab/R6P.",
               sep=""),

         mheader = "To cite R in publications use:",

	 mfooter =
         paste("We have invested a lot of time and effort in creating R OOP,",
          "please cite it when using it for data analysis.",
	  "See also", sQuote("citation(\"pkgname\")"),
	  "for citing R packages.", sep = " ")
	)
