citHeader("To cite hydroGOF in publications use:")

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)

citEntry(entry = "manual",
	title = "hydroGOF: Goodness-of-fit functions for comparison of simulated and observed hydrological time series",
	author = personList(person("Mauricio Zambrano-Bigiarini", email = "mzb.devel@gmail.com", role=c("aut", "cre", "cph"), comment=c(ORCID = "0000-0002-9536-643X"))),
	year = year,
	note = vers,
	url = "https://github.com/hzambran/hydroGOF",
        doi = "10.5281/zenodo.839854",

	textVersion = paste("Mauricio Zambrano-Bigiarini. (", year, ") ",
        "hydroGOF: Goodness-of-fit functions for comparison of simulated and observed hydrological time series",
        vers,
        ". URL https://github.com/hzambran/hydroGOF",
        ". DOI:10.5281/zenodo.839854",
        ".", sep = ""))

citFooter("I have invested an important amount of time and effort in creating hydroGOF, please cite it if you use it !")

