Skip to content

Commit a2bfbf8

Browse files
author
Trent
committed
Fixed DOI reference in DESCRIPTION
Updated NEWS and CRAN-COMMENTS
1 parent 870e7e0 commit a2bfbf8

File tree

3 files changed

+30
-8
lines changed

3 files changed

+30
-8
lines changed

DESCRIPTION

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
Package: SDraw
22
Type: Package
33
Title: Spatially Balanced Samples of Spatial Objects
4-
Version: 2.1.7
5-
Date: 2019-03-06
4+
Version: 2.1.8
5+
Date: 2019-03-07
66
Maintainer: Trent McDonald <tmcdonald@west-inc.com>
77
Authors@R: c(person("Trent", "McDonald", role=c("cre","aut"), email="tmcdonald@west-inc.com"),
8-
person("Aidan", "McDonald", role="aut", email="amcdonald@west-inc.com", comment="HIP sampling methods"))
8+
person("Aidan", "McDonald", role="aut", email="amcdonald@west-inc.com", comment="HIP sampling methods"),
9+
person("Michael", "Kleinsausser", role="ctb"))
910
Description: Routines for drawing samples from spatial objects, focused on spatially
1011
balanced algorithms. Draws Halton Iterative Partition (HIP)
1112
(Robertson et al., 2018; <doi:10.1007/s10651-018-0406-6>),
1213
Balanced Acceptance Samples (BAS) (Robertson et al., 2013; <doi:10.1111/biom.12059>),
1314
Generalized Random
14-
Tessellation Stratified (GRTS) (Stevens and Olsen, 2004; <doi:10.1198/01621450400000025>),
15+
Tessellation Stratified (GRTS) (Stevens and Olsen, 2004; <doi:10.1198/016214504000000250>),
1516
Simple Systematic Samples (SSS) and
1617
Simple Random Samples (SRS) from point, line, and polygon resources.
1718
Frames are 'SpatialPoints', 'SpatialLines', or 'SpatialPolygons'

NEWS.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
1-
SDraw 2.1.6 (Release date: 2019-03-05)
1+
SDraw 2.1.8 (Released: 2019-03-07)
2+
==============
3+
4+
Changes:
5+
6+
* Fixed DOI references in DESCRIPTION
7+
8+
SDraw 2.1.7 (Unpublished: 2019-03-05; commit 870e7e08fa)
9+
==============
10+
11+
Changes:
12+
13+
* Added references to DESCRIPTION
14+
* Fixed author field in DESCRIPTION
15+
16+
SDraw 2.1.6 (Unpublished: 2019-03-05)
217
==============
318

419
Changes:
520

621
* Fixed uncompressed data issue.
722

823

9-
SDraw 2.1.5 (Release date: 2019-03-04)
24+
SDraw 2.1.5 (Unpublished: 2019-03-04)
1025
==============
1126

1227
Changes:

cran-comments.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
## Previous submission: SDraw 2.1.5
2-
* Fixed uncompressed data issue.
1+
## Current version: SDraw 2.1.8
2+
3+
## Previous submission: SDraw 2.1.7
4+
* DOI reference in DESCRIPTION was incomplete (missing a final "0" on the end).
5+
DOI reference updated and corrected to doi:10.1198/016214504000000250
36

47
## Test environments
58
* local Windows 10 Pro, R 3.5.2
@@ -12,3 +15,6 @@
1215

1316
## Downstream dependencies
1417
None known
18+
19+
## Thank you!
20+
Thank you to the R Core team for their service to the R community.

0 commit comments

Comments
 (0)