version 0.2.2
This version of revtools includes the following updates over v0.2.1:
- revtools now uses modals to show when new topic models are being calculated, or when results are saved. This is a marked improvement that lets the user know when the GUI is temporarily inoperative.
- Cleaner import of .ris files.
- New argument remove_words allows the user to exclude specific words from the topic model when calling start_review_window. The default is to use tm::stopwords (this was true in v. 0.2.1 as well), so there is no need to add basic stop words each time.
- Bug fix: Interactively excluding words in start_review_window then running a topic model used to cause mismatches between hover and selected text - this has been fixed.
Note: This release differs slightly from v0.2.2 on CRAN, as it this version still lists SnowballC as a dependency. Consequently, by installing this version you won't be prompted to install SnowballC the first time you run either of the functions make_DTM or start_review_window.