<!---searched in commits on statcheck repo: `committer-date:2015-11-12..2016-06-16` --->
New features
* Make it optional to count p = .000 as an Error
Small updates
* Adapted plot function based on John Sakaluk's code. statcheck can now plot in APA style.
* Removed CopyPaste test; this function checked if the same string of results was reported multiple times in a paper or text and flagged it as a possible copy-paste error. However, this function wasn't very useful and therefore removed.
* Added axis limits to plot function so they won't get cut off when the re are no p-values > .5.
Bug fixes
* Updated regex for chi-square, so that it doesn't match t, F, or r with a subscript
* statcheck sometimes read t-tests in old PDFs as correlations, resulting in correlations >1. This caused an Error in statcheck, but is now ignored.
* In old PDFs "F(1, X) = Y" gets converted by pdftotext to "F(l, X) = Y". If this happens, convert "l" back into a "1". Thanks to Erika Salomon for pointing this out to me.