diff --git a/DESCRIPTION b/DESCRIPTION index 7ddef3f..5699421 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: statcheck Title: Extract Statistics from Articles and Recompute P-Values -Version: 1.4.1 -Date: 2023-04-03 +Version: 1.4.1-beta.1 +Date: 2023-04-13 Authors@R: c( person("Michele B.", "Nuijten", email = "m.b.nuijten@uvt.nl", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1468-8585")), diff --git a/NEWS.md b/NEWS.md index 5b4fa09..f1f684c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,17 @@ +# statcheck 1.4.1 + +## Major external changes + +## Major internal changes + +## Small updates +* Simplified regular expression to detect chi-square test. There were some unused/unnecessary parts in the regexes. +* Also recognize lower case n in sample size reporting in chi-square tests. E.g.: chi2(12, n = 323) = ... + +## Bug fixes +* Recognize "narrow non-breaking spaces" in HTML files. This was an issue in articles in the Journal of Experimental Social Psychology, especially in papers published in 2019 + + # statcheck 1.4.0