citHeader("Please cite both the package and the original articles / software in your publications:")

year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s using Imagery 2021 Planet Labs Inc. All use subject to the Participant License Agreement", meta$Version)

bibentry(
  bibtype = "Manual",
  title   = "{PlanetNICFI}: Processing of the 'Planet NICFI' Satellite Imagery using R",
  author  = person("Lampros", "Mouselimis"),
  year    = year,
  note    = note,
  url     = "https://CRAN.R-project.org/package=PlanetNICFI"
)

bibentry(
  bibtype = "Misc",
  title   = "Norway’s International Climate and Forest Initiative (NICFI)",
  address = "Kongens gate 20, Oslo",
  year    = year,
  url     = "https://www.nicfi.no/"
)
