citHeader("To cite 'validann', please use:")
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)
	
bibentry(bibtype = "Article",
  title  = "Improved validation framework and R-package for artificial neural network models",
  author = c(person(family = "Humphrey", given = "Greer B."),
             person(family = "Maier", given = "H.R."),
             person(family = "Wu", given = "W."),
             person(family = "Mount", given = "N.J."),
             person(family = "Dandy", given = "G.C."),
             person(family = "Abrahart", given = "R.J."),
             person(family = "Dawson", given = "C.W.")),
  journal = "Environmental Modelling & Software",
  year    = "2017",
  volume  = "92",
  pages   = "82--106",
  doi     = "10.1016/j.envsoft.2017.01.023"
)

bibentry(bibtype = "Manual",
         title = "{validann}: Validation Tools for Artificial Neural Networks",
         author = person(family = "Humphrey", given = "Greer B."),
         year = year,
         note = vers,
         url = "https://CRAN.R-project.org/package=validann"
)

