diff --git a/.Rbuildignore b/.Rbuildignore index e06dfa986fbe1bc1f42937fb8aa767264c38cfe6..db5bbb4110c5516c0b259332232dc69f8792714f 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -2,6 +2,8 @@ .*\.gitignore$ .*\.tar.gz$ .*\.pdf$ +^easyNCDF\\.Rproj$ +^\.Rproj\.user$ .*^(?!inst)\.nc$ .gitlab-ci.yml # unit tests should be ignored when building the package for CRAN diff --git a/DESCRIPTION b/DESCRIPTION index cb6d1b5ba450f105dcc376cd41acef328c1b98ee..7d8548e07b3d6803e93629860ae346602ecda272 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,12 +1,13 @@ Package: easyNCDF Title: Tools to Easily Read/Write NetCDF Files into/from Multidimensional R Arrays -Version: 0.1.2 +Version: 0.1.3 Authors@R: c( person("BSC-CNS", role = c("aut", "cph")), person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = c("aut")), person("Nuria", "Perez-Zanon", , "nuria.perez@bsc.es", role = c("ctb"), comment = c(ORCID = "0000-0001-8568-3071")), - person("An-Chi", "Ho", , "an.ho@bsc.es", role = c("cre"))) + person("An-Chi", "Ho", , "an.ho@bsc.es", role = c("ctb")), + person("Ariadna", "Batalla", , "ariadna.batalla@bsc.es", role = c("cre"))) Description: Set of wrappers for the 'ncdf4' package to simplify and extend its reading/writing capabilities into/from multidimensional R arrays. Depends: diff --git a/NEWS.md b/NEWS.md index cecff9bb660d5bb2ff6de9b8be582544dab29668..a4d3dd3d9fe776b7963c4cb6bb8a1e2e2290527f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,7 @@ +# easyNCDF 0.1.3 (Release date: 2025-05-22) +- Improved documentation format for ArrayToNc() + # easyNCDF 0.1.2 (Release date: 2023-05-31) - Remove dependency on ClimProjDiags - Fix examples of ArrayToNc() -- license is changed to GPL-3 +- License is changed to GPL-3