Skip to content
forked from leifeld/dna

Discourse Network Analyzer (DNA)

Notifications You must be signed in to change notification settings

jefferywang29/dna

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discourse Network Analyzer (DNA)

The Java software Discourse Network Analyzer (DNA) is a qualitative content analysis tool with network export facilities. You import text files and annotate statements that persons or organizations make, and the program will return network matrices of actors connected by shared concepts.

  • Download the latest release of the software.

  • Check out the detailed manual for more information, including installation instructions and information on network methods and rDNA.

  • If you have questions or want to report bugs, please create an issue in the issue tracker.


rDNA. A Package to Control DNA from R

This is the companion package to DNA. It integrates the Java software with the statistical computing environment R.

You can install the most recent release using:

# install.packages("remotes")
remotes::install_github("leifeld/dna/rDNA@*release", INSTALL_opts = "--no-multiarch")

This is the recommended version for most users. Note that the package relies on rJava, which needs to be installed first. For details on the installation process on different operating systems, consult the chapter "Installation of DNA and rDNA" in the manual.

To update rDNA, you can use:

# install.packages("remotes")
remotes::install_github("leifeld/dna/rDNA@*release", INSTALL_opts = "--no-multiarch")
library("rDNA")
dna_downloadJar() # update DNA as well to have matching versions

Please note that if you prefer to use the very latest version, you are required to compile the current jar file from the sources on GitHub, for example using the provided make file. Then you can install rDNA from source using:

# install.packages("remotes")
remotes::install_github("leifeld/dna/rDNA", INSTALL_opts = "--no-multiarch")

R-CMD-check Coverage status

Contribute to the project

Please consider contributing to the project by telling other people about the software; citing our underlying research in your publications; fixing issues or adding features via pull requests; or funding the development financially:

Donate using Liberapay

About

Discourse Network Analyzer (DNA)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 72.2%
  • R 26.5%
  • TeX 1.1%
  • Makefile 0.2%