NEWS
readtext 0.91 (2024-02-23)
- Completes changes for compatibility with quanteda 4.0.
readtext 0.90 (2023-06-03)
- Removes the deprecated quanteda functions:
docvars()
, docnames()
, texts()
.
readtext 0.82 (2023-04-06)
- 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.
readtext 0.81 (2021-07-14)
- Fixed a problem in the examples breaking CRAN checks on Solaris.
- Changed documentation to markdown.
readtext 0.80 (2020-09-22)
- Updated for compatibility with newer versions of the readODS and pdftools packages.
- ".DOCX" (with uppercase filename extensions) are now handled correctly.
readtext 0.76 (2020-03-04)
- 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.
readtext 0.75 (2019-06-26)
- Added docid_field argument for columnar data (#155).
readtext 0.74 (2019-05-08)
- Added support for RTF format (.rtf).
readtext 0.7.2
- Added support for Open Document format (.odt).
- Fixed #138, which caused single-column .csv-type files not to load correctly.
readtext 0.7.1
- Added
readtext_options()
, fixes #123.
readtext 0.7.0
- Move to xml2 instead of the older XML package.
- Change options settings so that package can be used without loading it first.
readtext 0.5.0
First CRAN release.