citHeader("To cite package 'xergm.common' in publications use:")

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)

citEntry(entry="Manual",
  title = "xergm.common: Common infrastructure for eXtensions of Exponential Random Graph Models",
  author = personList(as.person("Philip Leifeld")),
  year = year,
  note = vers,
  textVersion = paste("Leifeld, Philip (", year, "). xergm.common. Common infrastructure for eXtensions of Exponential Random Graph Models. ", vers, ".", sep = ""),
  url = "https://CRAN.R-project.org/package=xergm.common"
)
