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
- Host: GitHub
- URL: https://github.com/scienceverse/metacheck
- Owner: scienceverse
- License: agpl-3.0
- Created: 2025-02-04T08:06:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-16T09:39:46.000Z (4 months ago)
- Last Synced: 2026-02-16T17:42:43.473Z (4 months ago)
- Topics: metascience
- Language: HTML
- Homepage: https://scienceverse.github.io/metacheck/
- Size: 124 MB
- Stars: 33
- Watchers: 5
- Forks: 8
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# metacheck

[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](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.