Chapter 10 Package Citation
If you would like to provide special directions on how to cite your package, you should create a CITATION file in inst subdirectory:
citHeader("To cite the psych package in publications use:")
citEntry(entry="Manual",
title ="psych: Procedures for Psychological, Psychometric, and Personality Research",
author = "William Revelle",
Organization = " Northwestern University",
address = " Evanston, Illinois",
year = 2022,
note = "R package version 2.2.5",
url = "https://CRAN.R-project.org/package=psych",
textVersion =
paste("Revelle, W. (2022) ",
"psych: Procedures for Personality and Psychological Research, ",
"Northwestern University, Evanston, Illinois, USA, ",
"https://CRAN.R-project.org/package=psych",
" Version = 2.2.5",".",sep="") )