diff --git a/DESCRIPTION b/DESCRIPTION index fdd5843f05e6104ccfdbaacedf227edcc800f847..2d569fe9c1883931c7784607620b2181a04e6f5a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: startR Title: Automatically Retrieve Multidimensional Distributed Data Sets -Version: 2.2.2 +Version: 2.2.3 Authors@R: c( person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = c("aut")), person("An-Chi", "Ho", , "an.ho@bsc.es", role = c("aut", "cre")), @@ -42,3 +42,4 @@ BugReports: https://earth.bsc.es/gitlab/es/startR/-/issues SystemRequirements: cdo ecFlow Encoding: UTF-8 RoxygenNote: 7.2.0 +Config/testthat/edition: 3 diff --git a/NEWS.md b/NEWS.md index ce5eab1ab35a8ef394d2bd94c2297f86457e13f9..888fb729955e559437f574fd6ec013f573dedeef 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,7 @@ -# startR v2.2.1 (Release date: 2023-03-24) +# startR v2.2.3 (Release date: 2023-06-06) +- Bugfix in Start(): when using parameter `longitude = 'all'` with transform, there was a missing point for some cases. + +# startR v2.2.2 (Release date: 2023-03-24) - Start(): Bugfix when the input parameters are assigned by a variable with NULL value and retrieve = F - NcDataReader(): Bugfix for wrong time attributes return when the unit is "month"