citHeader("To cite package 'geomorph' in a publication use the first two references.  If analyses with RRPP were used, cite the subsequent three references:")

citEntry(entry = "Misc",
	title = "geomorph v4.0 and gmShiny: enhanced analytics and a new graphical interface for a comprehensive morphometric experience.",
        author = personList(as.person("E.K. Baken"),
			    as.person("M.L. Collyer"),
			    as.person("A. Kaliontzopoulou"),
			    as.person("D.C. Adams")),
  	year = "2021",
  	year = "2021",
  	journal = "Methods in Ecology and Evolution",
  	volume = "12",
  	pages = "2355-2363",
  	
  	textVersion = "Baken, E. K., M. L. Collyer, A. Kaliontzopoulou, and D. C. Adams. 2021. geomorph v4.0 and gmShiny: enhanced analytics and a new graphical interface for a comprehensive morphometric experience. Methods in Ecology and Evolution. Methods in Ecology and Evolution. 12:2355-2363.")
  	
citEntry(entry= "Misc",
	title = "Geomorph: Software for geometric morphometric analyses. R package version 4.0.2",
        author = personList(as.person("D.C. Adams"),
			    as.person("M.L. Collyer"),
			    as.person("A. Kaliontzopoulou"),
			    as.person("E.K. Baken")),
  	year = "2021",
  	  	url = " https://cran.r-project.org/package=geomorph",

        textVersion = paste("Adams, D. C., M. L. Collyer, A. Kaliontzopoulou, and E.K. Baken. 2021. Geomorph: Software for geometric morphometric analyses. R package version 4.0.2. https://cran.r-project.org/package=geomorph.",sep=""))
        
citEntry(entry = "Misc",
	title = "{RRPP}: Linear Model Evaluation with Randomized Residuals in a Permutation Procedure, R package version 1.1.2.",
    author = personList(as.person("M. L. Collyer"),
			    as.person("D. C. Adams")),
  	year = "2021",
  	url = "https://cran.r-project.org/package=RRPP",
  	textVersion = paste("Collyer, M. L. and D. C. Adams. 2021. RRPP: Linear Model Evaluation with Randomized Residuals in a Permutation Procedure. ", "https://cran.r-project.org/web/packages/RRPP", sep = ""))
  
citEntry(entry = "Misc",
	title = "{RRPP}: An R package for fitting linear models to high‐dimensional data using residual randomization. ",
        author = personList(as.person("M. L. Collyer"),
			    as.person("D. C. Adams")),
  	year = "2018",
  	journal = "Methods in Ecology and Evolution",
  	volume = "9",
  	issue = "2",
  	pages = "1772-1779",
  	textVersion = paste("Collyer, M. L. and D. C. Adams. 2018. RRPP: RRPP: An R package for fitting linear models to high‐dimensional data using residual randomization. Methods in Ecology and Evolution. 9(2): 1772-1779. ", 
  	sep = ""))
  	
citFooter("As geomorph is evolving quickly, you may want to cite also its version number (found with 'library(help = geomorph)').  Additionally, the RRPP package should also be cited for any analyses using RRPP. (See 'library(help = RRPP)' or 'citation('RRPP')'.)")