metacheck
June 15, 2026 ยท View on GitHub
The goal of metacheck is to automatically check research outputs for best practices. You can find out more at https://scienceverse.github.io/metacheck/.
Installation
You can install the development version of metacheck from GitHub with:
pak::pkg_install("scienceverse/metacheck")
Notes for Developers
You may not contribute any code unless you also contribute a test of this code.
Check tests/testthat/helper.R for custom test skip functions. All tests requiring a web connection, LLM, or long tests should be skipped or mocked. You can control this globally with the skip functions in this file (e.g., comment out the first skip() function in each custom function to run all tests of this type unless on cran/covr).