The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The goal of qtkit
is to provide a support package for
the textbook “An Introduction to
Quantitative Text Analysis for Linguistics: Reproducible Research using
R”. It contains functions for collecting and manipulating data and
datasets, documentation, and other assorted tasks associated with
quantitative text analysis in R.
You can install the released version of qtkit
from CRAN with:
install.packages("qtkit")
The development version of qtkit
is on GitHub and can be installed
with:
install.packages("remotes")
::install_github("qtalr/qtkit") remotes
Then load the package with:
library(qtkit)
Please consult the package documentation for more information.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.