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

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

citEntry(entry="Manual",
         title = "srm: Structural equation modeling for the social relations model",
         author = personList( person(given = "Steffen", family = "Nestler"),
                   person(given = "Alexander", family = "Robitzsch"),
                   person(given = "Oliver", family = "Luedtke")
                          ),
         year = year,
         note = vers,
         url = "https://CRAN.R-project.org/package=srm" ,
         textVersion =
         paste0("Nestler, S., Robitzsch, A., & Luedtke, O. (", year , "). srm: Structural equation modeling for the social relations   model. ",
               vers, ". https://CRAN.R-project.org/package=srm") 
        )