Skip to content

Commit

Permalink
Update roxygen2
Browse files Browse the repository at this point in the history
  • Loading branch information
amvillegas committed Feb 9, 2016
1 parent 23129c9 commit 1c6f691
Show file tree
Hide file tree
Showing 53 changed files with 737 additions and 712 deletions.
23 changes: 13 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,29 @@ Author: Andres Villegas <andresmauriciovillegas@gmail.com>,
Pietro Millossovich <Pietro.Millossovich.1@city.ac.uk>,
Vladimir Kaishev <Vladimir.Kaishev.1@city.ac.uk>
Maintainer: Andres Villegas <andresmauriciovillegas@gmail.com>
Description: Implementation of the family of generalised age-period-cohort
stochastic mortality models. This family of models encompasses many models
proposed in the actuarial and demographic literature including the Lee-Carter model
and the Cairns-Blake-Dowd model. It includes functions for fitting mortality models,
analysing their goodness-of-fit and performing mortality projections and
simulations.
Description: Implementation of the family of generalised age-period-cohort
stochastic mortality models. This family of models encompasses many models
proposed in the actuarial and demographic literature including the Lee-Carter
model and the Cairns-Blake-Dowd model. It includes functions for fitting
mortality models, analysing their goodness-of-fit and performing mortality
projections and simulations.
URL: http://github.com/amvillegas/StMoMo
BugReports: http://github.com/amvillegas/StMoMo/issues
Imports:
Imports:
MASS,
rootSolve (>= 1.6.5.1),
fanplot (>= 3.4),
reshape2 (>= 1.4.1),
fields (>= 8.2),
RColorBrewer
Depends:
Depends:
R (>= 3.2.0),
gnm (>= 1.0),
gnm (>= 1.0),
forecast(>= 6.1)
License: GPL (>= 2)
LazyData: true
Suggests: knitr, xtable
Suggests:
knitr,
xtable
VignetteBuilder: knitr
RoxygenNote: 5.0.1
3 changes: 1 addition & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Generated by roxygen2 (4.1.1): do not edit by hand
# Generated by roxygen2: do not edit by hand

S3method(bootstrap,fitStMoMo)
S3method(coef,fitStMoMo)
S3method(fit,StMoMo)
S3method(fitted,fitStMoMo)
S3method(forecast,fitStMoMo)
S3method(forecast,mrwd)
S3method(logLik,fitStMoMo)
S3method(plot,bootStMoMo)
S3method(plot,fitStMoMo)
Expand Down
146 changes: 73 additions & 73 deletions man/StMoMo.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 17 additions & 15 deletions man/apc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/binomRes2q.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions man/bootstrap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1c6f691

Please sign in to comment.