From 62b7471966f0d62f8f3e6b0f20486ce3457f9f80 Mon Sep 17 00:00:00 2001 From: KonstiDE Date: Sat, 9 Nov 2024 14:42:32 +0100 Subject: [PATCH] year field fix --- CITATION.cff | 4 +++- inst/CITATION | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 22d642d..e84c02b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,6 +17,7 @@ title: "RStoolbox: An R package for Remote Sensing Data Analysis" version: 1.0.1 doi: 10.1111/2041-210X.14451 url: "https://github.com/bleutner/RStoolbox" +year: = 2024 preferred-citation: type: article authors: @@ -34,4 +35,5 @@ preferred-citation: orcid: "https://orcid.org/0000-0002-6893-2002" doi: "10.1111/2041-210X.14451" journal: "Methods in Ecology and Evolution" - title: "RStoolbox: An R package for Remote Sensing Data Analysis" \ No newline at end of file + title: "RStoolbox: An R package for Remote Sensing Data Analysis" + year: = 2024 \ No newline at end of file diff --git a/inst/CITATION b/inst/CITATION index f5456c1..8a7fe34 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -3,5 +3,6 @@ bibentry( title = "RStoolbox: An R package for Remote Sensing Data Analysis", author = "Konstantin Müller and Jakob Schwalb-Willmann and Martin Wegmann and Benjamin Leutner", journal = "Methods in Ecology and Evolution", - doi = "10.1111/2041-210X.14451" + doi = "10.1111/2041-210X.14451", + year = "2024" )