Releases: MicheleNuijten/statcheck
v1.6.0
What's Changed
- use pdftools instead of separate program Xpdf for pdf to text conversions
- make unit tests for file-to-text tests more resilient by using a spreadsheet with manually coded references (instead of hard coding them in the scripts)
Full Changelog: v1.5.0...v1.6.0
v1.5.0-beta
What's Changed
- add cran submission information by @MicheleNuijten in #69
- also accept lower case n in sample size chi2 by @MicheleNuijten in #74
- simplify chi2 regex (could probably be simplified even more) by @MicheleNuijten in #77
- Also detect narrow non-breaking spaces in html articles (bug fix for JESP 2019 articles) by @MicheleNuijten in #79
- small updates to description & news by @MicheleNuijten in #80
- Feature concise output: add trim() function by @MicheleNuijten in #86
Full Changelog: v1.4.0...v1.5.0. Also see NEWS.
v1.5.0
This version corresponds to the version currently on CRAN.
What's Changed
- add cran submission information by @MicheleNuijten in #69
- also accept lower case n in sample size chi2 by @MicheleNuijten in #74
- simplify chi2 regex (could probably be simplified even more) by @MicheleNuijten in #77
- Also detect narrow non-breaking spaces in html articles (bug fix for JESP 2019 articles) by @MicheleNuijten in #79
- small updates to description & news by @MicheleNuijten in #80
- Feature concise output: add trim() function by @MicheleNuijten in #86
Full Changelog: v1.4.0...v1.5.0
v1.4.1-beta.2
Tiny update compared to v1.4.1-beta.1: the package version in the DESCRIPTION file cannot have the word "beta" in it (R won't compile it), so changed that to 1.4.1.9000 to indicate that it's a development version.
v1.4.1-beta.1
What's Changed
- also accept lower case n in sample size chi2 by @MicheleNuijten in #74
- simplify chi2 regex (could probably be simplified even more) by @MicheleNuijten in #77
- Also detect narrow non-breaking spaces in html articles (bug fix for JESP 2019 articles) by @MicheleNuijten in #79
- small updates to description & news by @MicheleNuijten in #80
Full Changelog: v1.4.0...v1.4.1-beta.1
v.1.4.0
This is the latest, stable version of statcheck. This version corresponds to version 1.4.0 uploaded to CRAN on 23-01-2023.
v1.4.0-beta.7
bug fix: correct rounding of negative test statistics is now accurately taken into account
What's Changed
- Bug negative z by @MicheleNuijten in #60
Full Changelog: v1.4.0-beta.6...v1.4.0-beta.7
v1.4.0-beta.6
bug fix: don't extract stats with multiple comparison signs (e.g., t(...) >= ..., p <=...)
v1.4.0-beta.5
minor updates to DESCRIPTION file & README
v1.4.0-beta.4
Additional small bug fixes:
- ignore a result if after scraping the test value is NA
- ignore "correlations" smaller than -1 (already ignored correlations > 1)
- ignore capital Z followed by df (already ignored lower case z)