Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rmetaverse/metaverse

Package to provide consistent evidence synthesis workflow in R
https://github.com/rmetaverse/metaverse

evidence-synthesis meta-analysis metaverse r systematic-reviews

Last synced: about 2 months ago
JSON representation

Package to provide consistent evidence synthesis workflow in R

Awesome Lists containing this project

README

        

---
output: github_document
---

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

metaverse
==============
[![Travis Build Status](https://travis-ci.com/rmetaverse/metaverse.svg?branch=master)](https://travis-ci.com/rmetaverse/metaverse/)
[![codecov](https://codecov.io/gh/rmetaverse/metaverse/branch/master/graph/badge.svg)](https://codecov.io/gh/rmetaverse/metaverse)

Evidence synthesis (ES) is the process of identifying, collating and synthesising primary scientific research (such as articles and reports) for the purposes of providing reliable, transparent summaries.

The goal of this project is to collect, integrate and expand the universe of available functions for ES projects in R, via our proposed metaverse package. Like tidyverse, metaverse is envisioned as a collector package that makes it straightforward to install a set of functions – currently located in separate packages – for a common purpose.

## Installation

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

``` r
# install.packages("devtools")
# install.packages("remotes")
devtools::install_github("rmetaverse/metaverse", dependencies = TRUE)
```

On Linux, you may need to

```bash
sudo apt install libudunits2-dev
```