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
- Host: GitHub
- Owner: robjhyndman
- Language: R
- Default Branch: master
- Homepage: https://pkg.robjhyndman.com/demography
- Size: 15.9 MB
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
[](https://cran.r-project.org/package=demography)
[](https://cran.r-project.org/web/checks/check_results_demography.html)
[](https://github.com/robjhyndman/demography/actions/workflows/R-CMD-check.yaml)
[](https://cran.r-project.org/package=demography)
[](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
- Website: https://robjhyndman.com
- Repositories: 139
- Profile: https://github.com/robjhyndman
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
Top Committers
| Name | 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)
monash.edu: 1
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
- Homepage: https://pkg.robjhyndman.com/demography/
- Documentation: http://cran.r-project.org/web/packages/demography/demography.pdf
- License: GPL (≥ 3)
-
Latest release: 2.0
published about 3 years ago
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