citHeader("To cite package 'smoothie' in publications use:")
     
     ## R >= 2.8.0 passes package metadata to citation().
     if(!exists("meta") || is.null(meta)) meta <- packageDescription("smoothie")
     year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
     vers <- paste("R package version", meta$Version)
     
     citEntry(entry="techreport",
              title = "Two-dimensional kernel smoothing: Using the R package smoothie",
              author = personList(as.person("Eric Gilleland")),
              institution = "NCAR Technical Note, TN-502+STR, 17pp.",
              year = 2013,
	      doi="10.5065/D61834G2",
              textVersion =
              paste("Gilleland, E. (2013) Two-dimensional kernel smoothing: Using the R package smoothie. ",
                    "NCAR Technical Note, TN-502+STR, 17pp., doi:10.5065/D61834G2.", sep=""))
