Skip to content

Commit

Permalink
Prepared files for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Gruber committed May 21, 2018
1 parent 182718b commit 1ff117a
Show file tree
Hide file tree
Showing 6 changed files with 214 additions and 204 deletions.
6 changes: 4 additions & 2 deletions manual/dna-manual.Rnw
Expand Up @@ -873,7 +873,9 @@ $sudo gdebi libgstreamer-plugins-base0.10-0_0.10.36-2_amd64.deb
# And then clean up
$sudo rm libgstreamer0.10-0_0.10.36-1.5_amd64.deb libgstreamer-plugins-base0.10-0_0.10.36-2_amd64.deb
@
\item For Linux there are afew other system dependecy for \rdna\. You should install these using:

\item For Linux, there are a few other system dependencies for \rdna\. You should install these using:

<<eval=FALSE, engine = 'bash', results = 'tex'>>=
$sudo apt-get install libudunits2-dev
$sudo apt-get build-dep libcurl4-gnutls-dev
Expand Down Expand Up @@ -3669,7 +3671,7 @@ To convert the raw files from LexisNexis though, we need another \R\ package: \t
You can install this package via \code{devtools::install\_github("JBGruber/LexisNexisTools")}.
The workflow looks as follows:

<<eval=TRUE, warning = FALSE, message=FALSE, results = 'tex'>>=
<<eval=TRUE, warning = FALSE, message=FALSE, results = 'hide'>>=
library("LexisNexisTools")
# This places a sample TXT file in your working directory in
lnt_sample()
Expand Down
2 changes: 1 addition & 1 deletion manual/dna-manual.bib
Expand Up @@ -338,7 +338,7 @@ @manual{leifeld2018rdna
title = {\texttt{rDNA}: A Package to Control \texttt{Discourse Network Analyzer} from \texttt{R}},
author = {Leifeld, Philip and Gruber, Johannes},
year = {2018},
note = {\texttt{R} package version 2.0.72},
note = {\texttt{R} package version 2.1.0},
organization = {University of Glasgow, School of Social and Political Sciences},
address = {Glasgow},
url = {http://www.github.com/leifeld/dna},
Expand Down
2 changes: 1 addition & 1 deletion rDNA/DESCRIPTION
@@ -1,5 +1,5 @@
Package: rDNA
Version: 2.0.83
Version: 2.1.0
Date: 2018-05-21
Title: Discourse Network Analysis in R
Authors@R:
Expand Down

0 comments on commit 1ff117a

Please sign in to comment.