Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/guyabel/migest
- Owner: guyabel
- Created: 2015-01-10T22:39:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T10:30:27.000Z (8 months ago)
- Last Synced: 2024-11-08T07:33:39.061Z (6 days ago)
- Topics: demography, migration, population, r, rstats, rstats-package
- Language: R
- Homepage: http://guyabel.github.io/migest/
- Size: 46.6 MB
- Stars: 31
- Watchers: 4
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.Rmd
- Support: docs/SUPPORT.html
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")
```