citHeader("To cite the R package 'PGRdup' in publications use:")

year <- sub("-.*", "", meta$Date)
vers <- sprintf("R package version %s", meta$Version)

bibentry(bibtype  = "Manual",
         title  = "PGRdup: Discover Probable Duplicates in Plant Genetic Resources Collections",
         author = c(person(given = "J.", family = "Aravind",
                           email = "j.aravind@icar.gov.in",
                           role = c("aut", "cre"),
									         comment = c(ORCID = "0000-0002-4791-442X")),
                    person(given = "J.", family = "Radhamani",
                           email = "jalli.radhamani@icar.gov.in",
									         role = "aut"),
                    person(given = c("Kalyani", "Srinivasan"),
                           email = "kalyani.srinivasan@icar.gov.in",
									         role = "aut"),
                    person(given = "B.", family = c("Ananda Subhash"),
                           email = "anandasubhash@gmail.com",
									         role = "aut"),
                    person(given = c("Rishi", "Kumar"), family = "Tyagi",
                           email = "rishi.tyagi@icar.gov.in",
									         role = "aut")),
         year = year,
         textVersion = paste(
           "Aravind, J., Radhamani, J., Kalyani Srinivasan, Ananda Subhash, B., and Tyagi, R. K.  (",
           year, ").  PGRdup: Discover Probable Duplicates in Plant Genetic Resources Collections. ",
           vers, ", ", "https://github.com/aravind-j/PGRdup,", "https://cran.r-project.org/package=PGRdup",
           ".", sep=""),
         note = paste(vers, "https://github.com/aravind-j/PGRdup,", "https://cran.r-project.org/package=PGRdup"))
           
citFooter("This free and open-source software implements academic
research by the authors and co-workers. If you use it, please support
the project by citing the package.")