Changes in version 0.7 (2025-06-10) o am.score() function implements wide-range of standard association measures as well as user-defined formulae Changes in version 0.6-1 o add Lockwords measure to keyness() function o keyness() and some other functions now explicitly convert integer vectors to double() in order to avoid numerical overflow and other errors o also addresses problem that data.table reads large integer counts as bit64::integer64, which wreak havoc on some built-in maths and stats functions (because they masquerade as doubles); kudos to Mark McGlashan for the bug report with repro code Changes in version 0.6 (2023-08-20) o keyness() function implements best-practice keyness measures according to Evert (2022) o some documentation improvements o package tests have been added Changes in version 0.5-2 o now requires R >= 3.5.0 o add Bonferroni correction to prop.cint() and improve documentation o improve documentation for central two-sided p-values computed by binom.pval() and fisher.pval() o stricter checks that vector arguments are of the same length Changes in version 0.5-1 (2022-03-04) o maintenance release to comply with maintainer information format required by CRAN o fix incorrect gender of package author and maintainer o added a few utility functions: qw(), rowVector(), colVector(), corpora.palette(), alpha.col() o minor documentation fixes and updated URLs Changes in version 0.5 (2018-08-31) o consolidated and revised example data sets included in the package o various small, but convenient utility functions added o maintainer information updated Changes in version 0.4-9 o transitory version in which data sets and utility functions for the SIGIL course had been moved into a separate package o since the new SIGIL package wasn't accepted by CRAN, the data sets have been moved back into corpora o intended re-design of corpora package was cancelled o in future, it will be used to collect miscellaneous utility functions for analyzing corpus frequency data Changes in version 0.4-3 (2012-04-04) o interim release to ensure compatiblity with stricter CRAN checks o added data set with Biber register features for all BNC texts (from Gasthaus 2007) o some minor corrections Changes in version 0.4-1 o large simulated census data set for examples and illustrations in the SIGIL course o simulated type-token statistics from English Wikipedia (based on Wackypedia corpus) o convenience function for random samples of rows from a data frame (sample.df) Changes in version 0.4-0 o re-launch of the corpora package on R-Forge o first version 0.4-0 has only minor changes over previous release 0.3-2