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

https://github.com/scienceverse/metacheck

Check Research Outputs for Best Practices
https://github.com/scienceverse/metacheck

metascience

Last synced: 3 months ago
JSON representation

Check Research Outputs for Best Practices

Awesome Lists containing this project

README

          

# metacheck

![Made in Europe](https://img.shields.io/badge/Made_in_Europe-003399?logo=european-union&logoColor=FFCC00)

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)

[![Codecov test coverage](https://codecov.io/gh/scienceverse/metacheck/graph/badge.svg)](https://app.codecov.io/gh/scienceverse/metacheck)

The goal of metacheck is to automatically check research outputs for best practices. You can find out more at .

## Installation

You can install the development version of metacheck from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("scienceverse/metacheck")
```

## API (optional)
To run metacheck as a REST API either using plumber or Docker, see [`inst/plumber/README.md`](inst/plumber/README.md) for instructions and documentation.