citHeader("To cite package 'tnam' in publications use:")

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

citEntry(entry="Manual",
  title = "tnam: Temporal Network Autocorrelation Models",
  author = personList(as.person("Philip Leifeld"), 
                      as.person("Skyler J. Cranmer"), 
                      as.person("Bruce A. Desmarais")),
  year = year,
  note = vers,
  textVersion = paste("Leifeld, Philip and Skyler J. Cranmer (", year, "). tnam. Temporal Network Autocorrelation Models. ", vers, ".", sep = ""),
  url = "https://cran.r-project.org/package=tnam"
)
