demography

demography package for R

https://github.com/robjhyndman/demography

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 5 committers (20.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.8%) to scientific vocabulary

Keywords

actuarial cran demography forecasting r
Last synced: 6 months ago · JSON representation

Repository

demography package for R

Basic Info
Statistics
  • Stars: 74
  • Watchers: 12
  • Forks: 25
  • Open Issues: 15
  • Releases: 5
Topics
actuarial cran demography forecasting r
Created almost 14 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog

README.Rmd

---
output: github_document
editor_options: 
  chunk_output_type: console
---



```{r, echo = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-"
)
```


# demography


[![CRAN status](https://www.r-pkg.org/badges/version/demography)](https://cran.r-project.org/package=demography)
[![cran checks](https://badges.cranchecks.info/worst/demography.svg)](https://cran.r-project.org/web/checks/check_results_demography.html)
[![R-CMD-check](https://github.com/robjhyndman/demography/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/robjhyndman/demography/actions/workflows/R-CMD-check.yaml)
[![Downloads](https://cranlogs.r-pkg.org/badges/demography)](https://cran.r-project.org/package=demography)
[![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)

  
The R package `demography` provides functions for demographic analysis including: lifetable calculations; Lee-Carter modelling; functional data analysis of mortality rates, fertility rates, net migration numbers;  and stochastic population forecasting.

## Installation
You can install the **stable** version on
[R CRAN](https://CRAN.R-project.org/package=demography).

```r
install.packages('demography', dependencies = TRUE)
```

You can also install the **development** version from
[Github](https://github.com/robjhyndman/demography)

```r
# install.packages("devtools")
library(devtools)
install_github("robjhyndman/demography")
```


## License

This package is free and open source software, licensed under GPL (>= 3).

Owner

  • Name: Rob J Hyndman
  • Login: robjhyndman
  • Kind: user
  • Location: Wurundjeri country, Australia
  • Company: Monash University

I analyse data, develop new statistical methods, and write open source software.

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 14
  • Push event: 2
  • Fork event: 1
Last Year
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 14
  • Push event: 2
  • Fork event: 1

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 110
  • Total Committers: 5
  • Avg Commits per committer: 22.0
  • Development Distribution Score (DDS): 0.173
Past Year
  • Commits: 3
  • Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Rob Hyndman r****n@g****m 91
Fin Yang Y****n@g****m 10
Mitchell m****d@m****u 5
Jens Piontkowski J****i 2
EaroWang e****g@g****m 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 52
  • Total pull requests: 7
  • Average time to close issues: 11 months
  • Average time to close pull requests: about 5 hours
  • Total issue authors: 32
  • Total pull request authors: 5
  • Average comments per issue: 2.04
  • Average comments per pull request: 0.14
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • Pull request authors: 0
  • Average comments per issue: 6.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • robjhyndman (12)
  • carlboe (3)
  • Akshav (2)
  • kcsamir (2)
  • earthcat12 (2)
  • spedygiorgio (2)
  • petermcquire (2)
  • reshaa (2)
  • Wilsonnn245 (2)
  • rafapereirabr (1)
  • antagomir (1)
  • mpascariu (1)
  • vitaMiao (1)
  • zaras86 (1)
  • masato052 (1)
Pull Request Authors
  • mitchelloharawild (3)
  • earowang (1)
  • dutangc (1)
  • FinYang (1)
  • JensPiontkowski (1)
Top Labels
Issue Labels
enhancement (3) bug (2) wontfix (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 1,596 last-month
  • Total docker downloads: 21,777
  • Total dependent packages: 8
  • Total dependent repositories: 11
  • Total versions: 23
  • Total maintainers: 1
cran.r-project.org: demography

Forecasting Mortality, Fertility, Migration and Population Data

  • Versions: 23
  • Dependent Packages: 8
  • Dependent Repositories: 11
  • Downloads: 1,596 Last month
  • Docker Downloads: 21,777
Rankings
Docker downloads count: 1.2%
Forks count: 3.3%
Average: 5.5%
Stargazers count: 5.7%
Dependent packages count: 6.4%
Downloads: 7.4%
Dependent repos count: 8.8%
Maintainers (1)
Last synced: 7 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.4 depends
  • forecast >= 8.5 depends
  • RCurl * imports
  • cobs * imports
  • ftsa >= 4.8 imports
  • mgcv * imports
  • rainbow * imports
  • strucchange * imports
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.4.1 composite
  • actions/checkout v3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite