From a400e1cac182ca6e6679a337cd25aa2beab1ae0e Mon Sep 17 00:00:00 2001 From: trinker Date: Sat, 4 Oct 2014 02:06:23 -0400 Subject: [PATCH] sent to CRAN --- DESCRIPTION | 6 +++--- NEWS | 2 -- NEWS.md | 2 -- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8dcafdb7..94223b9d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: qdap Type: Package -Title: Bridging the gap between qualitative data and quantitative analysis +Title: Bridging the Gap Between Qualitative Data and Quantitative Analysis Version: 2.2.0 Date: 2013-06-26 Authors@R: c(person("Bryan", "Goodrich", role = "ctb"), person("Dason", @@ -18,7 +18,7 @@ Imports: chron, dplyr (>= 0.3), gdata, - gender, + gender (>= 0.4.1), grid, gridExtra, igraph, @@ -47,7 +47,7 @@ Suggests: testthat LazyData: TRUE VignetteBuilder: knitr -Description: This package automates many of the tasks associated with +Description: qdap automates many of the tasks associated with quantitative discourse analysis of transcripts containing discourse including frequency counts of sentence types, words, sentences, turns of talk, syllables and other assorted analysis tasks. The package diff --git a/NEWS b/NEWS index 0ac850d5..b15fca09 100644 --- a/NEWS +++ b/NEWS @@ -40,8 +40,6 @@ NEW FEATURES chunks. The chunk size can be specified by giving number of words to be in each chunk or the number of chunks. -MINOR FEATURES - IMPROVEMENTS `all_words` gains `char.keep` and `char2space` arguments to enable retention diff --git a/NEWS.md b/NEWS.md index 5c322ebe..67b4f874 100644 --- a/NEWS.md +++ b/NEWS.md @@ -40,8 +40,6 @@ And constructed with the following guidelines: chunks. The chunk size can be specified by giving number of words to be in each chunk or the number of chunks. -**MINOR FEATURES** - **IMPROVEMENTS** `all_words` gains `char.keep` and `char2space` arguments to enable retention