diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION deleted file mode 100644 index 6ac3cf16..00000000 --- a/CRAN-SUBMISSION +++ /dev/null @@ -1,3 +0,0 @@ -Version: 0.14.1 -Date: 2023-10-18 18:56:49 UTC -SHA: d7249f587e027c5f0861e22666f818db5f100602 diff --git a/DESCRIPTION b/DESCRIPTION index b0f0a979..bd7240a9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Type: Package Package: metR Language: en-GB Title: Tools for Easier Analysis of Meteorological Fields -Version: 0.14.1 +Version: 0.14.1.9000 Authors@R: c(person(given = "Elio", family = "Campitelli", diff --git a/NEWS.md b/NEWS.md index 820273c5..77216314 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# metR (development version) + # metR 0.14.1 ## Breaking Changes diff --git a/cran-comments.md b/cran-comments.md index 7049719e..84a608b7 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ This is a resubmission. -In this submission I added `data.table::setDTthreads(2)` to examples and tests to only use 2 cores (and `data.table::setDTthreads(1)` in one example that seems to still be using more threads). +In this submission I added `data.table::setDTthreads(1)` to examples and tests to only use 1 core. In this submission I removed the gdal dependency.