-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathREADME.Rmd
41 lines (29 loc) · 1.46 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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "",
out.width = "100%"
)
```
metaverse <img src="docs/reference/figures/metaverse_hex.png" align="right" width="18%" height="18%" />
==============
[![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
```