Releases: quanteda/readtext
Releases · quanteda/readtext
CRAN v0.82
readtext v0.82
- 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 v0.81
- Fixed a problem in the examples breaking CRAN checks on Solaris.
- Changed documentation to markdown.
CRAN v0.80
- Updated for compatibility with newer versions of the readODS and pdftools packages.
- ".DOCX" (with uppercase filename extensions) are now handled correctly.
CRAN v0.76
- Fixed a bug in the assignment function for document IDs that caused failure when reading a file with only a
text_field
and a specifieddocid_field
.
CRAN version 0.75
CRAN version 0.74
Adds support for the rtf format.
CRAN version 0.71
- Added
readtext_options()
, fixes #123.
CRAN version 0.70
- Move to xml2 instead of the older XML package.
- Change options settings so that package can be used without loading it first.
CRAN version 0.50
Initial CRAN release of readtext.