tr1

Read Human Mortality Database and Human Fertility Database Data from the Web

https://github.com/timriffe/tr1

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
Last synced: 10 months ago · JSON representation

Repository

Read Human Mortality Database and Human Fertility Database Data from the Web

Basic Info
  • Host: GitHub
  • Owner: timriffe
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 915 KB
Statistics
  • Stars: 10
  • Watchers: 3
  • Forks: 4
  • Open Issues: 8
  • Releases: 0
Created about 11 years ago · Last pushed over 1 year ago
Metadata Files
Readme Funding

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

Creative Commons License
"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.

Build Status CRAN status issues 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

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

All Time
  • Total Commits: 162
  • Total Committers: 5
  • Avg Commits per committer: 32.4
  • Development Distribution Score (DDS): 0.068
Past Year
  • Commits: 45
  • Committers: 2
  • Avg Commits per committer: 22.5
  • Development Distribution Score (DDS): 0.022
Top Committers
Name Email 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
help wanted (1)
Pull Request Labels

Dependencies

TR1/HMDHFDplus/DESCRIPTION cran
  • R >= 3.1.2 depends
  • XML * imports
  • httr * imports
  • rvest * imports
  • RCurl * suggests