GitHub - quanteda/quanteda.textstats: Textual statistics for quanteda (original) (raw)
quanteda.textstats: textual statistics for quanteda
About
Contains the textstat functions formerly in quanteda. For more details, see https://quanteda.io.
How to Install
The normal way from CRAN, using your R GUI or
install.packages("quanteda.textstats")
Or for the latest development version:
devtools package required to install quanteda from Github
remotes::install_github("quanteda/quanteda.textstats")
Because this compiles some C++ and Fortran source code, you will need to have installed the appropriate compilers.
If you are using a Windows platform, this means you will need also to install the Rtoolssoftware available from CRAN.
If you are using macOS, you should install the macOS tools, namely the Clang 6.x compiler and the GNU Fortran compiler (as quanteda.textstatsrequires gfortran to build). If you are still getting errors related to gfortran, follow the fixeshere.
How to cite
Benoit, Kenneth, Kohei Watanabe, Haiyan Wang, Paul Nulty, Adam Obeng, Stefan Müller, and Akitaka Matsuo. (2018) “quanteda: An R package for the quantitative analysis of textual data”.Journal of Open Source Software. 3(30), 774.https://doi.org/10.21105/joss.00774.
For a BibTeX entry, use the output fromcitation(package = "quanteda.textstats")
.