citHeader("To cite package 'rconifers' in publications use:")
     
desc <- packageDescription("rconifers")
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", desc$Date)
vers <- paste("R package version", desc$Version)

citEntry(entry="Manual",
	title = "rconifers: Alternative Interface to the CONIFERS Forest Growth Model",
              author = personList(as.person("Jeff Hamann"),
                                  as.person("Martin Ritchie"),
                                  as.person("the R Core team")),
              year = year,
              note = vers,
     
              textVersion =
              paste("Jeff Hamann, Martin Ritchie, and the R Core team (",
                    year,
                    "). rconifers: Alternative Interface to the
              CONIFERS Forest Growth Model. ",
                    vers, ".", sep=""))

