README.md

popMethods

R build status Codecov test coverage

popMethods includes functions for 1) assessing the quality of and correcting population data for common biases and 2) estimating population size and distribution.

Installation

This package has not yet been published on CRAN, but can be installed from GitHub using the remotes package.

# This is currently required for installation from Github due to the custom `src/Makevars` file
# that is included to have both Stan and TMB models in the package
Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS=TRUE)

remotes::install_github("ihmeuw-demographics/popMethods", dependencies = TRUE)

# Unset the environment variable used to install popMethods
Sys.unsetenv("R_REMOTES_NO_ERRORS_FROM_WARNINGS")

Getting help

popMethods function documentation and vignettes can be found at https://ihmeuw-demographics.github.io/popMethods/index.html

If you encounter a clear bug, missing documentation, or a feature you'd like to see implemented please file an issue on github with the information requested in the issue template.

Contributing

See the contributing guidelines for more information.



ihmeuw-demographics/popMethods documentation built on Jan. 29, 2021, 12:39 p.m.