qdapDictionaries is an R package containing the dictionaries and word lists for use with the qdap package.
To download the development version of qdapDictionaries:
Download the zip
ball or tar
ball, decompress and run R CMD INSTALL
on it, or use
the pacman package to install the development
version:
if (!require("pacman")) install.packages("pacman")
::p_load_current_gh("trinker/qdapDictionaries") pacman