Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Package to provide consistent evidence synthesis workflow in R
- Host: GitHub
- URL: https://github.com/rmetaverse/metaverse
- Owner: rmetaverse
- License: lgpl-3.0
- Created: 2018-12-13T05:28:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T04:30:41.000Z (over 4 years ago)
- Last Synced: 2024-05-19T23:37:30.899Z (6 months ago)
- Topics: evidence-synthesis, meta-analysis, metaverse, r, systematic-reviews
- Language: R
- Homepage: https://rmetaverse.github.io/
- Size: 5.56 MB
- Stars: 49
- Watchers: 15
- Forks: 7
- Open Issues: 11
-
Metadata Files:
- Readme: README.Rmd
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```