Skip to content

Commit

Permalink
Bump version number and edit CRAN comments for submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Trent committed Jul 3, 2020
1 parent e5c6f15 commit b4d0d64
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: SDraw
Type: Package
Title: Spatially Balanced Samples of Spatial Objects
Version: 2.1.12
Date: 2020-06-30
Version: 2.1.13
Date: 2020-07-03
Maintainer: Trent McDonald <[email protected]>
Authors@R: c(person("Trent", "McDonald", role=c("cre","aut"), email="[email protected]"),
person("Aidan", "McDonald", role="aut", email="[email protected]", comment="HIP sampling methods"),
Expand Down Expand Up @@ -32,7 +32,7 @@ Imports:
covr
Depends:
sp,
R (>= 2.10)
R (>= 3.5.0)
LazyData: true
Suggests:
knitr,
Expand All @@ -42,3 +42,4 @@ Suggests:
markdown
VignetteBuilder: knitr
RoxygenNote: 7.1.0
Encoding: UTF-8
14 changes: 13 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
SDraw 2.1.13 (Published: 2020-07-03)
==============

Changes:
* Added 'xz' compression of .RDA data frames


SDraw 2.1.12 (Published: 2020-06-30)
==============

Changes:
* Fixed bug in test_that code
* Bug fix in test_that code. Version 2.1.11 failed on
Linux systems after change in GEOS package.
New version resolves: 1. Failure: bas.point()
operates appropriately (@test-bas.point.R#19)
testSamp <- bas.point(spdf, 20) produced warnings.


SDraw 2.1.11 (Published: 2020-03-31)
==============
Expand Down
11 changes: 7 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
## Current submission: SDraw 2.1.12
## Current submission: SDraw 2.1.13

## Current version on CRAN: SDraw 2.1.11

* Version 2.1.12 failed incoming CRAN tests on
`checking data for ASCII and uncompressed saves ... WARNING`.
Resolved using `save(..., compress = 'xz')`

* Version 2.1.11 failed on Linux systems after change
in GEOS package. New version resolves

```
> test_check('SDraw')
── 1. Failure: bas.point() operates appropriately (@test-bas.point.R#19) ──────
1. Failure: bas.point() operates appropriately (@test-bas.point.R#19)
testSamp <- bas.point(spdf, 20) produced warnings.
```

## R version
R 4.0.0 (2020-04-24) -- "Arbor Day"
Expand Down

0 comments on commit b4d0d64

Please sign in to comment.