diff --git a/.Rbuildignore b/.Rbuildignore index 0c51051b11ebbdf7186d1dd310c9236ea5062d82..dde50c4ed94c4e248b7326787171e0c149ff9d42 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -5,5 +5,5 @@ ./.nc$ .*\.gitlab-ci.yml$ # Ignore tests when submitting to CRAN -#^tests$ +^tests$ diff --git a/DESCRIPTION b/DESCRIPTION index 2530c9b9d96f98d66017aedf71cb46ec1ebd9eb6..0c5151978a47f47d02a0e1dfe2ea051c28b6d17a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ClimProjDiags Title: Set of Tools to Compute Various Climate Indices -Version: 0.2.1 +Version: 0.3.0 Authors@R: c( person("BSC-CNS", role = c("aut", "cph")), person("Nuria", "Perez-Zanon", , "nuria.perez@bsc.es", role = c("aut"), comment = c(ORCID = "0000-0001-8568-3071")), @@ -29,7 +29,7 @@ Suggests: testthat, markdown, rmarkdown -License: Apache License 2.0 +License: GPL-3 URL: https://earth.bsc.es/gitlab/es/ClimProjDiags BugReports: https://earth.bsc.es/gitlab/es/ClimProjDiags/-/issues Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index 5b5d43ded490ccb02b55d0f2548994e426d51a68..dd95442f5ba4fc20e1e46608107618ec7440c725 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ +# 0.3.0 (Release date: 2023-02-28) +- SelBox() and ShiftLon() to accept non-numerical data input +- SelBox() uses the latitude and longitude dimension name instead of index +- WeightedMean() uses multiApply::Apply inside + # 0.2.1 (Release date: 2022-12-01) -- Fix the mistake that function "WeightedCells" was not included in the last submission. +- Fix the mistake that function "WeightedCells" was not included in the last submission. # 0.2.0 (Release date: 2022-11-04) - New functions: ShiftLon, WeightedCells