Skip to content

Installation

Nils Reiter edited this page Apr 28, 2017 · 2 revisions

Version-specific installation instructions can be found on the releases-page.

The most tricky thing (at least on Windows) is the installation and configuration of rJava. When testing this answer proved to be helpful.

Verification

Once you think you have installed the package, you can run

library(DramaAnalysis)
## Loading required package: rJava

## Loading required package: methods
setup()

## Apr 28, 2017 10:41:45 AM de.unistuttgart.ims.drama.data.DataLoader loadConfig
## INFO: No config file found, using default values. /Users/reiterns/Documents/QuaDramA/DramaAnalysis.wiki/settings.properties

When you see the above output, rJava and DramaAnalysis are working fine. The path you're seeing on the last line should be different (unless you're on a Mac and your user name is reiterns).

You can now start loading texts.

Clone this wiki locally