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

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

citEntry(entry = "misc",
  title        = "{nlmr}: Simulating neutral landscape models.",
  author       = personList(as.person("Marco Sciaini"),
                            as.person("Matthias Fritsch"),
                            as.person("Cedric Scherer"),
                            as.person("Craig E. Simpkins")),
  year         = "2018",
  note         = "R package version 0.3.0",
  url          = "https://CRAN.R-project.org/package=NLMR",

  textVersion  =
  paste("Marco Sciaini, Matthias Fritsch, Cedric Scherer, Craig E. Simpkins (2018).",
        "{nlmr}: Simulating neutral landscape models.",
        "R package version 0.3.0.",
        "URL https://CRAN.R-project.org/package=NLMR")
)
