Skip to content

trinker/qdap2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qdap

==== qdapicon
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 and visualization.

Installation

Currently there isn't a release on CRAN.

You can, however, download the zip ball or tar ball, decompress and run R CMD INSTALL on it, or use the devtools package to install the development version:

# install.packages("devtools")

library(devtools)
install_github("qdap", "trinker")

Note: Windows users need Rtools and devtools to install this way.

Additionally, Windows users currently must install XML and RCurl before installing qdap. Use the following short script:

URL <- "http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.15/"
install.packages("XML", contriburl = URL)
install.packages("RCurl", contriburl = URL)

Note: Mac users must install openNLP before attempting to install qdap

install.packages("openNLP", type = "source")

Help

For a variety of qdap help files and videos click here.
For the package pdf help manual click here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages