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

hd <- "To cite the R package 'augmentedRCBD' in publications use:"
ft <- paste("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.", collapse = "\n")

bibentry(header = hd,
         bibtype = "Manual",
         title  = "augmentedRCBD: Analysis of Augmented Randomised Complete Block Designs",
         author = c(person(given = "J.", family = "Aravind",
                           email = "aravindj@nbpgr.ernet.in",
                           role = c("aut", "cre"),
                           comment = c(ORCID = "0000-0002-4791-442X")),
                    person(given = "S.", family = c("Mukesh Sankar"),
                           email = "mukeshsankar@gmail.com",
                           role = "aut"),
                    person(given = c("Dhammaprakash", "Pandhari"), family = "Wankhede",
                           email = "d.wankhede@icar.gov.in",
                           role = "aut"),
                    person(given = "Vikender", family = "Kaur",
                           email = "vikender.kaur@icar.gov.in",
                           role = "aut")),
         year = year,
         textVersion = paste(
           "Aravind, J., Mukesh Sankar, S., Wankhede, D. P., and Kaur, V. (",
           year, ").  augmentedRCBD: Analysis of Augmented Randomised Complete Block Designs. ",
           vers, ", ", "https://aravind-j.github.io/augmentedRCBD/", "https://cran.r-project.org/package=augmentedRCBD",
           ".", sep=""),
         note = paste(vers, "https://aravind-j.github.io/augmentedRCBD/", "https://cran.r-project.org/package=augmentedRCBD"),
         footer = ft)
