year = sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers = paste("R package version", meta$Version)
citHeader("'lazygreedy' is a package that provides tools for applying the Lazy-Greedy spanning algorithm.\n\nThis version of 'lazygreedy' is currently licensed under the GNU Public License, v2 or later.\n\nIf you are using 'lazygreedy' for research that will be published, we request that you acknowledge this with the following citation:\n\n")
citEntry(entry = "Manual",
         title = "lazygreedy: Applying the Lazy-Greedy Spanning Algorithm",
         author = personList(as.person("Bokgyeong Kang"),
                             as.person("John Hughes"),
                             as.person("Quirijn W. Bouts"),
                             as.person("Alex P. ten Brink"),
                             as.person("Kevin Buchin")),
         year = year,
         address = "University Park, PA",
         note = vers,
         textVersion =
         paste("Bokgyeong Kang, John Hughes, Quirijn W. Bouts, Alex P. ten Brink, and Kevin Buchin. (",
               year,
               "). lazygreedy: Applying the Lazy-Greedy Spanning Algorithm. ",
               vers, ". University Park, PA.", sep = ""))
