Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guyabel/migest

Tools for estimating, measuring and working with migration data.
https://github.com/guyabel/migest

demography migration population r rstats rstats-package

Last synced: 3 days ago
JSON representation

Tools for estimating, measuring and working with migration data.

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
# fig.path = "man/figures/",
out.width = "100%"
)
```

# migest

[![CRAN status](https://www.r-pkg.org/badges/version/migest)](https://CRAN.R-project.org/package=migest)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/migest?color=blue)](https://r-pkg.org/pkg/migest)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![R-CMD-check](https://github.com/guyabel/migest/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/guyabel/migest/actions/workflows/R-CMD-check.yaml)

Tools for estimating, measuring and working with migration data.

See the [pkgdown site](http://guyabel.github.io/migest/) for more information

## Installation

You can install the released version of migest from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("migest")
```

And the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("guyabel/migest")
```