Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ernestguevarra/contactmatrix

Projected social contact matrices in 152 countries in R
https://github.com/ernestguevarra/contactmatrix

Last synced: about 1 month ago
JSON representation

Projected social contact matrices in 152 countries in R

Awesome Lists containing this project

README

        

---
output: github_document
---

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

# contactmatrix: Projecred social contact matrices in 152 countries in R

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![Travis build status](https://travis-ci.org/ernestguevarra/contactmatrix.svg?branch=master)](https://travis-ci.org/ernestguevarra/contactmatrix)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/ernestguevarra/contactmatrix?branch=master&svg=true)](https://ci.appveyor.com/project/ernestguevarra/contactmatrix)

## Installation

You can install the development version of `contactmatrix` from [GitHub](https://github.com/) with:

```r
if(!requireNamespace(remotes)) install.packages("remotes)
remotes::install_github("ernestguevarra/contactmatrix")
```