Skip to content

The German for NA

Pre-release
Pre-release
Compare
Choose a tag to compare
@conjugateprior conjugateprior released this 25 Apr 16:57
· 41 commits to master since this release

Austin is a package for scaling (assigning positions to) texts on the basis of word counts, in the style of Wordfish or Wordscores. Read the vignette to see some examples.

This is a bug fix source package release that fixes the Germany manifesto data sets.

Installation: Windows

From the links below download austin_0.2.2.zip without letting it get unpacked. You may need to right-click and choose 'save-as' to keep it in one piece.

From an R prompt, type

loc <- file.choose()

to locate the file you downloaded. Then type

install.packages(loc)

Installation: Mac OSX

From the links below download austin_0.2.2.tgz without letting it get unpacked. You may need to right-click and choose 'save-as' to keep it in one piece.

From an R prompt, type

loc <- file.choose()

to locate the file you downloaded. Then type

install.packages(loc)

If for some reason this doesn't work for you, try the instructions in the next section

Installation: Everybody else

From the links below download austin_0.2.2.tar.gz without letting it get unpacked. You may need to right-click and choose 'save-as' to keep it in one piece.

From an R prompt, type

loc <- file.choose() 

to locate the file you downloaded. Then type

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