Changes in version 3.1.0 (2023-12-12) - Removed rtweet package because it is no longer maintained. Changes in version 3.0.3 (2022-08-22) - Adapted documentation pages to the use of HTML5 supported by R 4.2.0. - Updated the documentation version roxygen2 from 7.2.0 to 7.2.1. Changes in version 3.0.2 (2022-05-18) - Removed dependency with rtweet package in FindEmojiPipe class. Changes in version 3.0.1 (2021-06-24) - Added author J. R. Méndez-Reboredo. Changes in version 3.0.0 (2020-11-25) New features - Added not-re-execution handler (N-ER) of pipelines to guarantee that only new both input data and pipelines are executed. - Fuly compatible with both serial and parallel paradigm. - The log system has been completely restructured to support both file and console logging. - Supported the visualization of the state of the instances between pipes and a final summary of the execution. - A sample has been provided to show the compatibility with different types like image data. - Updated the documentation version roxygen2 from 6.1.1 to 7.1.1. - Removed dependencies with several packages: readr, pipeR, textutils, magrittr and purrr. Bug fixes - Fixed the path of the example files. - Fixed the quote of special characters when launching the Python script. - Fixed the bug related to not use cat function to save the tweet info. Changes in version 2.0.0 (2020-02-20) - Object-based operator has been fully redesigned in order to reduce verbosity and increase functionality. - Allowed to use a set of folders or files as input for pre-processing. - Configuration options handler have been remodeled. - Improved the extractor registration process. - Added new functionality to dynamically create pipelines. - Some functions and classes have been renamed to increase readability. Changes in version 1.0.1 (2020-01-09) - Improvements on the structure of the tests. Now taken into account the suggested packages - Fixed issues caused by archiving the rtweet package Changes in version 1.0.0 (2019-07-26) - Implement the functionality of the package