 citHeader("To cite package 'l2boost' in publications use:")
     
     year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date, perl = TRUE)
     vers <- paste("R package version", meta$Version)
     
     citEntry(entry="Manual",
              title = "l2boost: Boosting linear regression models with l2 loss",
              author = personList(as.person("John Ehrlinger"),
                                  as.person("Hemant Ishwaran"),
                                  person("R Development Core Team")),
              year = year,
              note = vers,
     
              textVersion =
              paste("John Ehrlinger, Hemant Ishwaran,",
                    "and the R Development Core Team (",
                    year,
                    "). l2boost: Boosting linear regression models with l2 loss. ",
                    vers, ".", sep=""))

