Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
amvillegas committed Feb 9, 2016
1 parent 6a9d23a commit 4c48aaf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: StMoMo
Title: Stochastic Mortality Modelling
Version: 0.3.0.9000
Version: 0.3.1
Author: Andres Villegas <andresmauriciovillegas@gmail.com>,
Pietro Millossovich <Pietro.Millossovich.1@city.ac.uk>,
Vladimir Kaishev <Vladimir.Kaishev.1@city.ac.uk>
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ importFrom(graphics,image.default)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(methods,hasArg)
importFrom(rootSolve,multiroot)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
Expand Down
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
StMoMo v0.3.0.9000
StMoMo v0.3.1
----------------------------------------------------------------
* Change residual plotting function (plot.resStMoMo) to use a
more effective divergent colour palette for colourmaps.
* Change the default plotting limits in residual plotting
function to have a symmetric scale
* Fix formatting issues in logLik, AIC and BIC functions for
models fitted with gnm


StMoMo v0.3.0
----------------------------------------------------------------
* Add optional parameters kt.lookbacak and gc.lookback to
* Add optional parameters kt.lookback and gc.lookback to
functions forecast.fitStMoMo, simulate.fitStMoMo and
simulate.bootStMoMo. These new parameters allow the forecast
and simulation of mortality models using only a limited history
Expand Down
1 change: 1 addition & 0 deletions R/docStMoMo.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#' @importFrom stats rpois runif start
#' @importFrom utils head tail
#' @importFrom RColorBrewer brewer.pal
#' @importFrom methods hasArg
NULL


Expand Down
9 changes: 7 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Submission summary
This new release has some minor tweaks in some
plotting functions and fixes formatting
issues in a couple of printing methods.

## Test environments
* local Windows 10 install, R 3.2.2
* ubuntu 12.04 (on travis-ci), R 3.2.2
* local Windows 10 install, R 3.2.3
* ubuntu 12.04 (on travis-ci), R 3.2.3
* win-builder (devel and release)

## R CMD check results
Expand Down

0 comments on commit 4c48aaf

Please sign in to comment.