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

https://github.com/ernestguevarra/rpathways

An Implementation of the Results Pathway Monitoring in R
https://github.com/ernestguevarra/rpathways

directed-acyclic-graph monitoring r results-pathway

Last synced: 2 months ago
JSON representation

An Implementation of the Results Pathway Monitoring in R

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# rpathways: An Implementation of the Results Pathways Monitoring in R

## Installation

You can install rpathways from github with:

```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("validmeasures/rpathways")
```

## Usage