Skip to content

Commit

Permalink
release 0.2.6: support for dataset versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbosch committed Aug 15, 2017
1 parent be1d9f2 commit 85d96f8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 27 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: sdmpredictors
Type: Package
Title: Species Distribution Modelling Predictor Datasets
Version: 0.2.5.9004
Date: 2017-08-10
Version: 0.2.6
Date: 2017-08-15
Depends:
R (>= 3.2.5),
raster (>= 2.5-8),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# sdmpredictors 0.2.6

Introduce dataset versions, fix citations

# sdmpredictors 0.2.5

Fix authors
Expand Down
26 changes: 2 additions & 24 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,11 @@
## Test environments
* Windows 7, R 3.2.5
* Ubuntu 12.04.5 LTS (on travis-ci.org), R 3.3.2
* Ubuntu 14.04.5 LTS (on travis-ci.org), R 3.4.1
* win-builder (devel and release)

## R CMD check results

There were no ERRORs and WARNINGs.

There is 1 NOTE:

* checking CRAN incoming feasibility ... NOTE

Maintainer: 'Samuel Bosch <[email protected]>'

New submission

Package was archived on CRAN

License components with restrictions and base license permitting such:
MIT + file LICENSE
File 'LICENSE':
YEAR: 2016
COPYRIGHT HOLDER: Samuel Bosch

Possibly mis-spelled words in DESCRIPTION:
Datasets (3:49)
ENVIREM (12:5)
MARSPEC (13:9)
WorldClim (11:38)
There were no ERRORs, WARNINGs and NOTEs.

## Downstream dependencies

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_get_sysdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test_that("get_sysdata returns all expected entries", {
expect_notnull(sysdata$urlsysdata)
expect_notnull(sysdata$bibentries)
expect_notnull(sysdata$creation)
expect_equal(length(names(sysdata)), 10)
expect_gt(length(names(sysdata)), 9)
})

test_that("sysdata gets downloaded", {
Expand Down

0 comments on commit 85d96f8

Please sign in to comment.