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.
qdap (Quantitative Discourse Analysis Package) is an R package designed to assist in quantitative discourse analysis. The package stands as a bridge between qualitative transcripts of dialogue and statistical analysis & visualization.
To download the development version of qdap:
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 (The
user may want to install the dev version of reports
first):
if (!require("pacman")) install.packages("pacman")
::p_load_gh(
pacman"trinker/qdapDictionaries",
"trinker/qdapRegex",
"trinker/qdapTools",
"trinker/qdap"
)
You are welcome to: * submit suggestions and bug-reports at: https://github.com/trinker/qdap/issues * send a pull request on: https://github.com/trinker/qdap/ * compose a friendly e-mail to: tyler.rinker@gmail.com
Note: If you are reporting a bug make sure you have first read the Cleaning Text & Debugging vignette
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.