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

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

citEntry(entry = "Article",
         title        = "NLMR and landscapetools: An integrated environment for simulating and modifying neutral landscape models in R",
         author       = personList(as.person("Marco Sciaini"),
                                   as.person("Matthias Fritsch"),
                                   as.person("Cedric Scherer"),
                                   as.person("Craig E. Simpkins")),
         journal = "Methods in Ecololgy and Evolution",
         volume = "00",
         pages = "1--9",
         year         = "2018",
         url          = "https://doi.org/10.1111/2041-210X.13076",

         textVersion  =
           paste("Sciaini M, Fritsch M, Scherer C, Simpkins CE. NLMR and landscapetools: An integrated environment for simulating and modifying neutral landscape models in R. Methods in Ecololgy and Evolution. 2018; 00:1–9. https://doi.org/10.1111/2041-210X.13076)"
           ))

