citHeader("To cite package 'bReeze' in publications use:")

citEntry(entry="Manual",
         title = "bReeze: Functions for Wind Resource Assessment",
         author = personList(person(family="Graul", given="Christian"),
	                     person(family="Poppinga", given="Carsten")),
         year = format(as.Date(packageDescription("bReeze", fields = c("Date"))), "%Y"),
         url = "http://cran.r-project.org/package=bReeze",
         note = paste("R package version ", packageDescription("bReeze", fields = c("Version"))[1], sep=""),

         textVersion =
         paste("Graul, Christian and Poppinga, Carsten (",
               format(as.Date(packageDescription("bReeze", fields = c("Date"))), "%Y"),
               "): bReeze: Functions for Wind Resource Assessment. R package version ",
               packageDescription("bReeze", fields = c("Version"))[1],
               ", http://cran.r-project.org/package=bReeze",
               ".", sep=""))

citFooter("Please cite both 'bReeze' and R when using 'bReeze' for data analysis.",
          "For R citation, see ", sQuote("citation()"))
