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.