Changes in version 0.2.0.1 (2019-11-19) o Bugfix: Missing precision and recall calculation with rho/Kappa o Bugfix: Fixed output from autocode() Changes in version 0.2.0.0 (2019-10-17) o Restructed statistical history on codes o test() defaults kappa_threshold to 0.9 o Codes now contain a holdout set and a set of touchable excerpts. o Simplified retrieving of handsets for coding, along with randomizing the order o Bugfix: handcode() bug fixed that didn't show full excerpt when there was a newline. o Bugfix: Fixed bug when retreiving differences in code sets using differences() Changes in version 0.1.3.0 (2019-05-03) o handcode() will now invalidate TestSet if it's already been tested o test() now keeps a running history of all tests on the Code o Bugfix: summary() will again properly show the most statistics results o Bugfix: resolve() properly shows training kappas o Bugfix: handcode() will now account for already coded excerpts when pulling more excerpts Changes in version 0.1.2 (2018-08-29) o autocode() now has a first parameter x that accepts either a Code or a CodeSet object o Bugfix: Using a CodeSet to autocode now works again o Bugfix: as.data.frame.CodeSet now works as intended Changes in version 0.1.1 (2018-08-17) o Excerpts can now by attached directly to a code o Coding performance improved, allowing use of larger excerpt files o While resolving differences, only the TrainingSet will be recoded Changes in version 0.1.0 (2018-06-19) o Initial Release