year <- "2018"
note <- sprintf("R package version %s", meta$Version)

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

citEntry(entry = "Manual",
  title        = "IPCAPS: Iterative Pruning to Capture Population Structure",
  author       = personList(person(given = "Kridsadakorn", family = "Chaichoompu"),
  person(given = "Fentaw", family = "Abegaz"),
  person(given = "Sissades", family = "Tongsima"),
  person(given = "Philip", family = "Shaw", middle = "James"),
  person(given = "Anavaj", family = "Sakuntabhai"),
  person(given = "Luisa", family = "Pereira"),
  person(given = "Kristel", family = 'Van Steen')
),
  year         = year,
  note         = note,
  url          = "https://CRAN.R-project.org/package=IPCAPS",

  textVersion  =
  paste0("Kridsadakorn Chaichoompu, Fentaw Abegaz, Sissades Tongsima, Philip James Shaw, Anavaj Sakuntabhai, Luisa Pereira, and Kristel Van Steen (",year,"). ",
        "KRIS: Keen and Reliable Interface Subroutines for Bioinformatic Analysis. ",
        note,
        ". URL: https://CRAN.R-project.org/package=IPCAPS")
)
