Skip to content

version 0.2.2

Compare
Choose a tag to compare
@mjwestgate mjwestgate released this 13 Mar 02:07
· 167 commits to master since this release

This version of revtools includes the following updates over v0.2.1:

  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.
  2. Cleaner import of .ris files.
  3. 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.
  4. 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.