Skip to content

Commit 870e7e0

Browse files
author
Trent
committed
Changes to author string in DESCRIPTION
Citations added to DESCRIPTION
1 parent c539343 commit 870e7e0

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

CRAN-RELEASE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This package was submitted to CRAN on 2019-03-04.
2-
Once it is accepted, delete this file and tag the release (commit bf40acd6fb).
1+
This package was submitted to CRAN on 2019-03-05.
2+
Once it is accepted, delete this file and tag the release (commit c539343ca0).

DESCRIPTION

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
Package: SDraw
22
Type: Package
3-
Title: Spatially Balanced Sample Draws for Spatial Objects
4-
Version: 2.1.6
5-
Date: 2019-03-05
6-
Author: person("Trent", "McDonald")
3+
Title: Spatially Balanced Samples of Spatial Objects
4+
Version: 2.1.7
5+
Date: 2019-03-06
76
Maintainer: Trent McDonald <tmcdonald@west-inc.com>
8-
Description: Routines for drawing samples, focusing on spatially balanced algorithms. Draws Halton Lattice (HAL), Balanced Acceptance Samples (BAS), Generalized Random Tessellation Stratified (GRTS), Simple Systematic Samples (SSS) and Simple Random Samples (SRS) from point, line, and polygon resources. Frames are 'SpatialPoints', 'SpatialLines', or 'SpatialPolygons' objects from package 'sp'.
7+
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"))
9+
Description: Routines for drawing samples from spatial objects, focused on spatially
10+
balanced algorithms. Draws Halton Iterative Partition (HIP)
11+
(Robertson et al., 2018; <doi:10.1007/s10651-018-0406-6>),
12+
Balanced Acceptance Samples (BAS) (Robertson et al., 2013; <doi:10.1111/biom.12059>),
13+
Generalized Random
14+
Tessellation Stratified (GRTS) (Stevens and Olsen, 2004; <doi:10.1198/01621450400000025>),
15+
Simple Systematic Samples (SSS) and
16+
Simple Random Samples (SRS) from point, line, and polygon resources.
17+
Frames are 'SpatialPoints', 'SpatialLines', or 'SpatialPolygons'
18+
objects from package 'sp'.
919
License: GNU General Public License
1020
URL: https://github.com/tmcd82070/SDraw/wiki/SDraw
1121
BugReports: https://github.com/tmcd82070/SDraw/issues

0 commit comments

Comments
 (0)