Replies: 4 comments 2 replies
-
|
Papercheck (https://scienceverse.github.io/papercheck) is an R package for checking research papers, e.g., it checks if retracted or replicated papers are cited, if pvalues are reported correctly and other checks (mostly statistics). It could be interesting to add a module for basic codechecking using the same methods (ML, LLM, pattern matching):
Or to think how to expand this for engineering sciences? (via @DanielaGawehns 🙏) |
Beta Was this translation helpful? Give feedback.
-
|
Reproducibility as a Service (RaaS) by @jwons could be useful for codecheckers to use, but also for authors to run pre-checks before they submit? https://doi.org/10.1002/spe.3202 (from codecheckers/discussion#30) |
Beta Was this translation helpful? Give feedback.
-
|
See code published as part of this study: https://www.nature.com/articles/s41597-022-01143-6 From the same team, a more powerful automated checking platform: https://arxiv.org/abs/2109.10387 Also for R: https://github.com/ropensci-review-tools/pkgcheck |
Beta Was this translation helpful? Give feedback.
-
|
Inspired by
Ideas for prompts to use during a CODECHECK (e.g., with Copilot or Claude Code, working on the local codebase)
|
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to collect and discuss resources and ideas here about possible means for assisting codecheckers in the efforts. I would still say this is not about automation, though ideally these tools are running "in the cloud" somehow, alternatively as CLI tools or possibly as part of a bot.
Both codecheckers and authors can easily point them to a repository or a PDF to get advise/starting points for a check or for improving their work.
Beta Was this translation helpful? Give feedback.
All reactions