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

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

citEntry(entry = "Manual",
  title        = "FILEST: Fine-Level Structure Simulator",
  author       = personList(
  person(given = "Kridsadakorn", family = "Chaichoompu"),
  person(given = "Fentaw", family = "Abegaz"),
  person(given = "Kristel", family = 'Van Steen')
),
  year         = year,
  note         = note,
  url          = "https://CRAN.R-project.org/package=FILEST",

  textVersion  =
  paste0("Kridsadakorn Chaichoompu, Fentaw Abegaz, and Kristel Van Steen (",year,"). ",
        "FILEST: Fine-Level Structure Simulator. ",
        note,
        ". URL: https://CRAN.R-project.org/package=FILEST")
)
