-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathREADME.Rmd
45 lines (32 loc) · 1.42 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
# fig.path = "man/figures/",
out.width = "100%"
)
```
# migest
<!-- badges: start -->
[![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)
<!-- badges: end -->
<img src='https://raw.githubusercontent.com/guyabel/migest/master/hex/logo_transp.png' align="right" height="200" style="float:right; height:200px;"/>
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")
```