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

https://github.com/FAIRDataPipeline/rDataPipeline

R implementation of the FAIR Data Pipeline API
https://github.com/FAIRDataPipeline/rDataPipeline

data-pipeline fair r

Last synced: 4 months ago
JSON representation

R implementation of the FAIR Data Pipeline API

Awesome Lists containing this project

README

        

## rDataPipeline

[![docs][docs-badge]][docs-url]
[![test-build][build-badge]][bulid-url]
[![codecov][codecov-badge]][codecov-url]
[![License: GPL-3.0][licence-badge]][licence-url]
[![software-checklist][softwarechecklist-badge]][softwarechecklist-url]
[![Zenodo][zenodo-badge]][zenodo-url]

The R implementation of the FAIR Data Pipeline API.

## Installation

In R:

```{r}
install.packages(devtools)
devtools::install_github("FAIRDataPipeline/rDataPipeline")
library(rDataPipeline)
```

## Usage

Example usage can be found [here][SEIRS].

## More information

For more information, please visit the FAIR Data Pipeline
[website][FDP].

[docs-badge]: https://img.shields.io/badge/docs-rDataPipeline-blue
[docs-url]: https://FAIRDataPipeline.github.io/rDataPipeline/
[build-badge]:https://github.com/FAIRDataPipeline/rDataPipeline/actions/workflows/test-build.yaml/badge.svg
[bulid-url]: https://github.com/FAIRDataPipeline/rDataPipeline/actions/workflows/test-build.yaml
[codecov-badge]: https://codecov.io/gh/FAIRDataPipeline/rDataPipeline/branch/main/graph/badge.svg?token=xTFk0581AY
[codecov-url]: https://codecov.io/gh/FAIRDataPipeline/rDataPipeline
[licence-badge]: https://img.shields.io/badge/licence-GPL--3-3891A6
[licence-url]: https://opensource.org/licenses/GPL-3.0
[zenodo-badge]: https://zenodo.org/badge/265575806.svg
[zenodo-url]: https://zenodo.org/badge/latestdoi/265575806
[softwarechecklist-badge]: https://img.shields.io/badge/software-checklist-3891A6
[softwarechecklist-url]: https://github.com/FAIRDataPipeline/rDataPipeline/blob/main/software-checklist.md

[FDP]: https://fairdatapipeline.github.io
[SEIRS]: https://www.fairdatapipeline.org/rSimpleModel/articles/SEIRS.html