Package: HMDHFDplus
Type: Package
Title: Read Human Mortality Database and Human Fertility Database Data
        from the Web
Version: 2.0.8
Date: 2025-10-02
Authors@R: c(
   person("Tim", "Riffe", role = c("aut", "cre"), 
          email = "tim.riffe@gmail.com"),
   person("Carl", "Boe", role = "aut"),
   person("Jason", "Hilton", role = "aut"),
   person("Josh", "Goldstein", role = "ctb"),
   person("Stephen", "Holzman", role = "ctb"),
   person("Sam", "Hyun Yoo", role = "ctb"))
Description: Utilities for reading data from the Human Mortality Database (<https://www.mortality.org>), Human Fertility Database (<https://www.humanfertility.org>), and similar databases from the web or locally into an R session as data.frame objects. These are the two most widely used sources of demographic data to study basic demographic change, trends, and develop new demographic methods. Other supported databases at this time include the Human Fertility Collection (<https://www.fertilitydata.org>), The Japanese Mortality Database (<https://www.ipss.go.jp/p-toukei/JMD/index-en.html>), and the Canadian Human Mortality Database (<http://www.bdlc.umontreal.ca/chmd/>). Arguments and data are standardized.
URL: https://github.com/timriffe/HMDHFDplus
BugReports: https://github.com/timriffe/HMDHFDplus/issues
License: GPL-2
LazyLoad: yes
Encoding: UTF-8
Depends: R (>= 4.1),
Collate: 'age2int.R' 'HFDutils.R' 'HMDutils.R' 'readHFD.R' 'readHMD.R'
        'userInput.R'
Imports: httr, rvest, dplyr, janitor, lubridate, readr, stringr, tidyr,
        rlang, tidyselect
Suggests: RCurl
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-10-02 18:08:19 UTC; tim
Author: Tim Riffe [aut, cre],
  Carl Boe [aut],
  Jason Hilton [aut],
  Josh Goldstein [ctb],
  Stephen Holzman [ctb],
  Sam Hyun Yoo [ctb]
Maintainer: Tim Riffe <tim.riffe@gmail.com>
Repository: CRAN
Date/Publication: 2025-10-03 05:20:30 UTC
Built: R 4.4.3; ; 2025-10-08 04:33:49 UTC; windows
