From 883b5d7e13e60629ab42e9bb8e5ef949e86518d8 Mon Sep 17 00:00:00 2001 From: Tristan Goodbody <60200460+tgoodbody@users.noreply.github.com> Date: Tue, 17 Jan 2023 08:07:00 -0800 Subject: [PATCH] v1.3.31 --- DESCRIPTION | 2 +- NEWS.md | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1f2e7e06..b60909b0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: sgsR Type: Package -Version: 1.3.3 +Version: 1.3.31 License: GPL (>= 3) Title: Structurally Guided Sampling Authors@R: c( diff --git a/NEWS.md b/NEWS.md index 02251935..d5ef5a47 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# sgsR 1.3.31 + +`enchancement` - `calculate_pcomp()` - Added `maxcells` parameter based on suggestion from R. Hijmans. + +`fixed` - `sample_systematic()` - Fixed issue related to ATLAS Blas and CRAN errors with suggestions and support from R. Hijmans. + # sgsR 1.3.3 `fixed` - CRAN issue where errors were encountered when run on ATLAS instances. @@ -6,10 +12,6 @@ `enhancement` - `sample_srs()` - Added message to tell users when `nSamp` sample units were unable to be allocated. From Evan Muise. -`enchancement` - `calculate_pcomp()` - Added `maxcells` parameter based on suggestion from R. Hijmans. - -`fixed` - `sample_systematic()` - Fixed issue related to ATLAS Blas and CRAN errors with suggestions and support from R. Hijmans. - # sgsR 1.3.21 `fixed` - `strat_quantiles() / strat_kmeans()` - solved issue where correct number of strata & float strata values were being output.