-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
42 lines (30 loc) · 1.44 KB
/
index.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
---
title: "Reconverse"
description: |
A coherent ecosystem of R packages for outbreak analytics
site: distill::distill_website
---
## Latest news:
- July 13, 2021 - [Introducing incidence2](posts/2021-07-13-introducing-incidence2/)
## Overview
The *reconverse* aims to provide a coherent and composable suite of analytics
tools for informing the response to disease outbreaks, health emergencies and
humanitarian crises, using the
[R software environment](https://www.r-project.org/).
We work hard to ensure packages within the *reconverse* fulfil three key goals:
- Efficiency: Packages can be used in real time to improve situation awareness
and inform intervention strategies.
- Reliability: Packages are thoroughly and constantly tested using professional
software development methods.
- Accessibility: Packages are free, open-source, and available on virtually any
platform; and can be used with different levels of expertise.
## Further information
- the [blog](blog.html) for the posts about the *reconverse*;
- [Packages](packages.html) for an overview of the ecosystem;
- [Lifecycle](lifecycle.html) for a description on how we describe package
maturity; and
- [Origins](origins.html) for the history behind the *reconverse*.
## Acknowledgments: {.appendix}
This website is made with the [distill package](https://rstudio.github.io/distill/) and uses a custom theme by [Desirée De Leon](https://desiree.rbind.io/).