Skip to content

Commit

Permalink
prep for CRAN release
Browse files Browse the repository at this point in the history
* this release fixes the probllem caused by the recent change to `archivist`
  • Loading branch information
achubaty committed Feb 16, 2016
1 parent b856f71 commit 10642ea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 25 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Description: Easily implement a variety of simulation models, with a focus on
installed with `install.packages("fastshp", repos="http://rforge.net",
type="source")`.
URL: https://github.com/PredictiveEcology/SpaDES
Version: 1.1.0.9005
Date: 2016-02-15
Version: 1.1.1
Date: 2016-02-16
Authors@R: c(
person(c("Alex", "M"), "Chubaty", email="[email protected]",
role=c("aut", "cre")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Known issues: https://github.com/PredictiveEcology/SpaDES/issues

version 1.1.1
=============
* due to changes to `archivist`, we now require `archivist` version 2.0 or greater
* require `archivist` version 2.0 or greater
* improved `moduleCoverage` testing and template (PR257)
* correct legends from rasters so that `is.factor(raster)` is `TRUE`
* user defined time units can be used in module metadata "timeunit".
Expand Down
29 changes: 7 additions & 22 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
## Updated release

This is a resubmission. In this version we:

* fix issues with `ggplot2` links in .Rd files
* update maintainer's and authors' email addresses
* reduced the size of the built vignettes
* several enhancements and bug fixes (see NEWS)
This is a maintenance release to fix a problem due to a recent change in the `archivist` package.

## Test environments

Expand All @@ -19,38 +14,28 @@ This is a resubmission. In this version we:
* Ubuntu 12.04 (travis-ci), R 3.2.3
* Ubuntu 14.04 (local), R 3.2.3
* Windows 7 (local), R 3.2.3
* Windows (win-builder), R 3.2.3
* Windows (win-builder), R 3.2.3 (2016-02-04 r70085)

### Development R version
* Debian:testing (rocker/r-devel), R 3.3.0 (2016-01-11 r69918)
* Windows (win-builder), R 3.3.0 (2016-01-25 r70000)
* Debian:testing (rocker/r-devel), R 3.3.0 (2016-02-02 r70074)
* Windows (win-builder), R 3.3.0 (2016-02-15 r70179)

## R CMD check results

There were no ERRORs or WARNINGs

There were 2 NOTEs:

1. There are three parts to this note:

a. The maintainer's email address has changed.

Maintainer: 'Alex M Chubaty <[email protected]>'

New maintainer:
Alex M Chubaty <[email protected]>
Old maintainer(s):
Alex M Chubaty <[email protected]>

1. There are two parts to this note:

b. Several words were flagged as possibly mispelled, but they are not.
a. Several words were flagged as possibly mispelled, but they are not.

Possibly mis-spelled words in DESCRIPTION:
fastshp (11:61, 12:39)
modularity (9:5)
repos (12:49)

c. The `fastshp` package in Suggests is optionally installed from Rforge and not required to use the package. Instructions for installation are provided in the Description, README, and via a message to the user. We believe this should satisfy the CRAN policy requirement regarding additional dependencies.
b. The `fastshp` package in Suggests is optionally installed from Rforge and not required to use the package. Instructions for installation are provided in the Description, README, and via a message to the user. We believe this should satisfy the CRAN policy requirement regarding additional dependencies.

Suggests or Enhances not in mainstream repositories:
fastshp
Expand Down

0 comments on commit 10642ea

Please sign in to comment.