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 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-06T09:33:48.000Z (5 months ago)
- Last Synced: 2025-03-31T11:01:42.628Z (3 months ago)
- Topics: demography, migration, population, r, rstats, rstats-package
- Language: R
- Homepage: http://guyabel.github.io/migest/
- Size: 49.1 MB
- Stars: 33
- Watchers: 4
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- 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
[](https://CRAN.R-project.org/package=migest)
[](https://r-pkg.org/pkg/migest)
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](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")
```