Package: HMDHFDplus Type: Package Title: Read Human Mortality Database and Human Fertility Database Data from the Web Version: 2.0.14 Date: 2026-05-07 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 (), Human Fertility Database (), 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 (), The Japanese Mortality Database (), and the Canadian Human Mortality Database (). 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 (>= 1.4.7), rvest (>= 1.0.5), dplyr (>= 1.1.4), janitor, lubridate, readr, stringr, tidyr, rlang (>= 1.1.7), tidyselect Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev libx11-dev Repository: https://timriffe.r-universe.dev Date/Publication: 2026-05-07 10:08:35 UTC RemoteUrl: https://github.com/timriffe/hmdhfdplus RemoteRef: HEAD RemoteSha: 5cd1cf14a2d795bc217f76ac27ded77b3da392a4 NeedsCompilation: no Packaged: 2026-07-06 06:52:40 UTC; root Author: Tim Riffe [aut, cre], Carl Boe [aut], Jason Hilton [aut], Josh Goldstein [ctb], Stephen Holzman [ctb], Sam Hyun Yoo [ctb] Maintainer: Tim Riffe