tr1
Read Human Mortality Database and Human Fertility Database Data from the Web
Science Score: 36.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
Found 6 DOI reference(s) in README -
○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 (11.5%) to scientific vocabulary
Repository
Read Human Mortality Database and Human Fertility Database Data from the Web
Statistics
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 8
- Releases: 0
Metadata Files
README.md
HMDHFDplus
Read Human Mortality Database and Human Fertility Database Data from the Web as described in MPIDR technical report: https://dx.doi.org/10.4054/MPIDR-TR-2015-004

"Reading Human Fertility Database and Human Mortality Database data into R" by Timothy L. M. Riffe is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
The HMDHFDplus package only contains functions for reading data into R. Currently there are functions for reading in HMD, JMD, CHMD, HFD, and HFC code, and there are plans to implement HLD code as well.
Installation
The package is on CRAN: https://cran.r-project.org/web/packages/HMDHFDplus/
This means you can install it using:
r
install.packages("HMDHFDplus")
The github version is more up-to-date, but note, the maintained version is now hosted in a bespoke github repository:
https://github.com/timriffe/HMDHFDplus, and you can install it directly like so
```r
install.packages("remotes", dependencies = TRUE)
library(remotes) install_github("timriffe/HMDHFDplus") ```
To report a bug
Just go to the main repository page and click on the Issues
button on the right side. Otherwise, just email me.
Owner
- Name: Tim Riffe
- Login: timriffe
- Kind: user
- Location: Leioa, Spain
- Company: University of the Basque Country
- Website: https://www.ehu.eus/en/web/opik/tim-riffe
- Twitter: timriffe1
- Repositories: 136
- Profile: https://github.com/timriffe
A philosopher, trapped in a programmer's body, with a penchant for demography: data, demography, danger.
GitHub Events
Total
- Issues event: 3
- Issue comment event: 4
- Push event: 5
- Pull request event: 3
- Fork event: 2
Last Year
- Issues event: 3
- Issue comment event: 4
- Push event: 5
- Pull request event: 3
- Fork event: 2
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Tim Riffe | t****e@g****m | 151 |
| Jason Hilton | j****n@y****m | 7 |
| triffe | t****e@d****u | 2 |
| StephenHolzman | s****n@h****m | 1 |
| samhyunyoo | s****o@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 2
- Total pull requests: 1
- Average time to close issues: about 2 years
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- timriffe (1)
- yutingli-moi (1)
- kabarigou (1)
- thiagocalm (1)
Pull Request Authors
- thiagocalm (1)
- MichaelChirico (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- R >= 3.1.2 depends
- XML * imports
- httr * imports
- rvest * imports
- RCurl * suggests