citHeader(paste(
  "sen2r is being developed by Luigi Ranghetti and Lorenzo Busetto (IREA-CNR),",
  "and it is released under the GNU General Public License version 3 (GPL‑3).",
  "To cite package 'sen2r' in publications use:"
))

citEntry(
  entry        = "Article",
  author       = "Luigi Ranghetti and Mirco Boschetti and Francesco Nutini and Lorenzo Busetto",
  title        = "sen2r: An R toolbox for automatically downloading and preprocessing Sentinel-2 satellite data",
  journal      = "Computers & Geosciences",
  year         = "2020",
  volume       = "139",
  pages        = "104473",
  doi          = "10.1016/j.cageo.2020.104473",
  url          = "https://sen2r.ranghetti.info",
  textVersion  = paste(
    "L. Ranghetti, M. Boschetti, F. Nutini, L. Busetto (2020).",
    "sen2r: An R toolbox for automatically downloading and preprocessing Sentinel-2 satellite data.",
    "Computers & Geosciences, 139, 104473.",
    "doi: 10.1016/j.cageo.2020.104473, URL: https://sen2r.ranghetti.info/."
  )
)
