Package: statcheck Title: Extract Statistics from Articles and Recompute P-Values Version: 1.6.1.9000 Date: 2026-01-26 Authors@R: c( person("Michele B.", "Nuijten", , "m.b.nuijten@uvt.nl", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1468-8585")), person("Sacha", "Epskamp", , "mail@sachaepskamp.com", role = "aut", comment = c(ORCID = "0000-0003-4884-8118")), person("Willem", "Sleegers", role = "ctb", comment = c(ORCID = "0000-0001-9058-3817")), person("Edoardo", "Costantini", role = "ctb"), person("Paul", "van der Laken", role = "ctb", comment = c(ORCID = "0000-0002-0404-9114")), person("Sean", "Rife", role = "ctb", comment = c(ORCID = "0000-0002-6748-0841")), person("John", "Sakaluk", role = "ctb", comment = c(ORCID = "0000-0002-2515-9822")), person("Chris", "Hartgerink", role = "ctb", comment = c(ORCID = "0000-0003-1050-6809")), person("Steve", "Haroz", role = "ctb", comment = c(ORCID = "0000-0002-2725-9173")) ) Description: A "spellchecker" for statistics. It checks whether your p-values match their accompanying test statistic and degrees of freedom. statcheck searches for null-hypothesis significance test (NHST) in APA style (e.g., t(28) = 2.2, p < .05). It recalculates the p-value using the reported test statistic and degrees of freedom. If the reported and computed p-values don't match, statcheck will flag the result as an error. If the reported p-value is statistically significant and the recomputed one is not, or vice versa, the result will be flagged as a decision error. You can use statcheck directly on a string of text, but you can also scan a PDF or HTML file, or even a folder of PDF and/or HTML files. Statcheck needs an external program to convert PDF to text: Xpdf. Instructions on where and how to download this program, how to install statcheck, and more details on what statcheck can and cannot do can be found in the online manual: . You can find a point-and-click web interface to scan PDF or HTML or DOCX articles on . License: GPL-3 Depends: R (>= 3.6.0) Imports: ggplot2, plyr, rlang, rmarkdown, stringi, tcltk, stringr, pdftools Suggests: testthat ByteCompile: yes Encoding: UTF-8 LazyLoad: yes RoxygenNote: 7.3.2 URL: https://github.com/MicheleNuijten/statcheck BugReports: https://github.com/MicheleNuijten/statcheck/issues Config/pak/sysreqs: cmake make libicu-dev libjpeg-dev libuv1-dev libssl-dev libpoppler-cpp-dev poppler-data Repository: https://michelenuijten.r-universe.dev Date/Publication: 2026-01-27 10:04:30 UTC RemoteUrl: https://github.com/michelenuijten/statcheck RemoteRef: HEAD RemoteSha: 68376e18dc1c6f5c8a1e95b5146ec564c6c7ced9 NeedsCompilation: no Packaged: 2026-07-26 05:56:46 UTC; root Author: Michele B. Nuijten [aut, cre] (ORCID: ), Sacha Epskamp [aut] (ORCID: ), Willem Sleegers [ctb] (ORCID: ), Edoardo Costantini [ctb], Paul van der Laken [ctb] (ORCID: ), Sean Rife [ctb] (ORCID: ), John Sakaluk [ctb] (ORCID: ), Chris Hartgerink [ctb] (ORCID: ), Steve Haroz [ctb] (ORCID: ) Maintainer: Michele B. Nuijten