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
- Host: GitHub
- URL: https://github.com/ernestguevarra/rpathways
- Owner: ernestguevarra
- License: other
- Created: 2018-09-27T11:47:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T10:01:08.000Z (over 6 years ago)
- Last Synced: 2025-01-29T18:13:26.284Z (4 months ago)
- Topics: directed-acyclic-graph, monitoring, r, results-pathway
- Language: R
- Homepage:
- Size: 485 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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