citHeader("To cite the 'STARTS' 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 = "{STARTS: Functions for the STARTS model}",
         author = personList(
                     as.person("Alexander Robitzsch"), 
                     as.person("Oliver Luedtke")
                  ),
         year = year,
         note = vers,
         url = "https://CRAN.R-project.org/package=STARTS" ,
         textVersion =
             paste0("Robitzsch, A., & Luedtke, O. (",  year,"). 
               STARTS: Functions for the STARTS model. ",
               vers, 
               ". https://CRAN.R-project.org/package=STARTS")
               )

