Changes in version 1.0.0 (2024-04-18) - articles parse from Nexis Uni now feature proper line breaks - start removing classification data that comes from nexis Changes in version 0.3.7 (2023-07-05) - Fixes issue in tests Changes in version 0.3.6 (2022-10-24) - Fixes issue in tests Changes in version 0.3.5 (2022-01-04) - Fixes issue in vignette Changes in version 0.3.4 (2021-04-06) - Fixes for compliance with quanteda v3 (thank you @kbenoit) - All images for building the vignette now live inside the package - lnt_read_lines and lnt_read now ignore Word lock files Changes in version 0.3.3 (2020-12-13) - Updated namespacing for planned v3 modularisation of quanteda (thank you @kbenoit) Changes in version 0.3.2 (2020-10-17) - Fixed tests that caused problems on CRAN Changes in version 0.3.1 (2020-06-03) - Added support for last remaining new format (zip). - Fixed tests for compliance with dplyr 1.0.0 (dependency through tidytext). Changes in version 0.3.0 (2020-01-09) - Added support for new formats introduced by Nexis Uni and Lexis Advance. - Improved lnt_convert and added option for data.frame. - Bug fixes and internal improvements. Changes in version 0.2.3 (2019-07-09) - Added support for different download formats (.RTF, .DOC, .PDF[limited]). - Fixed problems with changes in quanteda 1.5. - Added function retrieve BibTeX entries from LNToutput. - Added dim() method for LNToutput class. - Improved lnt_lookup() by adding more word boundary options. Changes in version 0.2.2 (2019-01-27) - Minor bug fixes in lnt_similarity(). - Improved way of telling users about missing packages (can now be installed directly). Changes in version 0.2.1 (2019-01-21) - Improved headline cleaning in lnt_read() (Edition is now removed from headline). - Minor bug fixes in lnt_similarity(). - Corrected inconsistency in lnt_convert(). - Some better error messages. - Updated tests for lnt_diff() . Changes in version 0.2.0 (2018-09-10) - Rewrote lnt_read() to be more stable (and faster) which rendered lnt_checkFiles() unnecessary (now deprecated). - Added lnt_convert() to transform objects created by lnt_read() to formats used in popular text-as-data analysis packages. - Enhanced lnt_similarity() which tended to crash when comparing longer texts due to memory limitations. - Added lnt_diff() to display results from lnt_similarity() in a diff-like viewer. - Added lnt_lookup() which can be used to check if the nexis keyword search worked properly or to apply simple dictionaries to subset the data. - Added several methods to work with the S4 class LNToutput. - Added vignette with basic usage. - Enhanced documentation of of all functions. - Started using testthat tests