citHeader("The maintainer and *primary* contributors to this package are listed as authors, but this package is a collaborative work. The maintainer(s) cannot take credit for others' contributions. Whenever possible, please cite the paper(s) associated with the development of a particular function (e.g., permuteMeasEq or parcelAllocation), listed in the References section of its associated help page.  Otherwise, please use the following citation for the package as a whole:")

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

citEntry(entry = "Manual",
  title        = "{semTools}: Useful tools for structural equation modeling",
  author       = c(as.person("Jorgensen, T. D."), as.person("Pornprasertmanit, S."),
                   as.person("Schoemann, A. M."), as.person("Rosseel, Y.")),
  year         = year,
  note         = vers,
  url          = url,

  textVersion  =
  paste("Jorgensen, T. D., Pornprasertmanit, S., Schoemann, A. M., & Rosseel, Y. (",
        year, "). semTools: Useful tools for structural equation modeling. ",
        vers, ". Retrieved from ", url, sep = "")
)
