bibentry("Manual",
         title = "R: A Language and Environment for Statistical Computing",
         author = person("R Core Team", comment = c(ROR = "02zz1nj61")),
         organization = person("R Foundation for Statistical Computing",
                               comment = c(ROR = "05qewa988")),
         address      = "Vienna, Austria",
         year         = version$year,
         doi          = "10.32614/R.manuals",
         url          = "https://www.R-project.org/",
         
         mheader = "To cite R in publications use:",
	 
	 mfooter = 
         paste("We have invested a lot of time and effort in creating R,",
          "please cite it when using it for data analysis.",
	  "See also", sQuote("citation(\"pkgname\")"),
	  "for citing R packages.", sep = " ")
	)
