• Completes changes for compatibility with quanteda 4.0.
  • Moves some quanteda functions to this package: docvars(), docnames(), texts()
  • Updates print method to use pillar instead of tibble
  • Modernizes some of the testthat syntax.
  • Fixed a problem in the examples breaking CRAN checks on Solaris.
  • Changed documentation to markdown.
  • Updated for compatibility with newer versions of the readODS and pdftools packages.
  • “.DOCX” (with uppercase filename extensions) are now handled correctly.
  • Fixed a bug in the assignment function for document IDs that caused failure when reading a file with only a text_field and a specified docid_field.
  • Added docid_field argument for columnar data (#155).
  • Added support for RTF format (.rtf).
  • Added support for Open Document format (.odt).
  • Fixed #138, which caused single-column .csv-type files not to load correctly.
  • Move to xml2 instead of the older XML package.
  • Change options settings so that package can be used without loading it first.

First CRAN release.