The goal of metacheck is to automatically check research outputs for best practices. You can find out more at https://scienceverse.github.io/metacheck/.
You can install the development version of metacheck from GitHub with:
# install.packages("devtools")
devtools::install_github("scienceverse/metacheck")To run metacheck as a REST API either using plumber or Docker, see inst/plumber/README.md for instructions and documentation.