Skip to content

Commit 4de4621

Browse files
committed
updated documentation and help
1 parent cca76f0 commit 4de4621

File tree

8 files changed

+36
-11
lines changed

8 files changed

+36
-11
lines changed

DESCRIPTION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Encoding: UTF-8
1919
Depends:
2020
R (>= 3.5)
2121
Imports:
22-
desc,
2322
DescTools,
2423
dplyr (>= 0.4.3),
2524
magrittr,

R/data.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' Text and talker information delineated, raw transcript, multiple lines per talker
44
#'
5-
#' @format ## "Dyad_Sample"
5+
#' @format ## "MaronGross_2013"
66
#' A data.frame with 546 obs, 2 vars:
77
#' \describe{
88
#' \item{text}{text from interview}
@@ -16,7 +16,7 @@
1616
#'
1717
#' Text and talker information delineated, 3 separate nursery rhymes, good for computing analytics and word counts
1818
#'
19-
#' @format ## "Dyad_Sample"
19+
#' @format ## "NurseryRhymes"
2020
#' A data.frame with 100 observations, 2 vars:
2121
#' \describe{
2222
#' \item{Event_ID}{factor 3 different simulated conversations}
@@ -31,7 +31,7 @@
3131
#'
3232
#' Text and talker information delineated, 3 separate nursery rhymes, good for computing analytics and word counts
3333
#'
34-
#' @format ## "Dyad_Sample"
34+
#' @format ## "NurseryRhymes_Prepped"
3535
#' A data.frame with 1507 x 7 observations, 5 vars:
3636
#' \describe{
3737
#' \item{Event_ID}{factor 3 different simulated conversations}

R/globals.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ utils::globalVariables(
2727
"phon_nsyll",
2828
"reshaped",
2929
"score",
30+
"sumdat",
31+
"sumdat_only",
3032
'switch_mark',
3133
"syllable_count",
3234
"Temple_Stops25",

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ cat('</div>') # Close flex container
4747
style="float: right; width: 60%; margin-left: 20px; margin-bottom: 10px;" />
4848

4949
# Overview
50-
`ConversationAlign` analyzes alignment and computes main effects across more than 40 unique dimensions between interlocutors (conversation partners) engaged in two-person conversations. ConversationAlign transforms raw language data into simultaneous time series objects across >40 possible dimensions via an embedded lookup database. There are a number of issues you should consider and steps you should take to prepare your data. To read more about preparation and caveats for use, visit our vignette [REF] or for a deeper dive into theory and methods click here [REF]. <br>
50+
`ConversationAlign` analyzes alignment and computes main effects across more than 40 unique dimensions between interlocutors (conversation partners) engaged in two-person conversations. ConversationAlign transforms raw language data into simultaneous time series objects across >40 possible dimensions via an embedded lookup database. There are a number of issues you should consider and steps you should take to prepare your data.
5151

5252
# Installation
5353
Install the development version of ConversationAlign from [GitHub](https://github.com/) using the ``devtools`` package.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ partners) engaged in two-person conversations. ConversationAlign
3131
transforms raw language data into simultaneous time series objects
3232
across \>40 possible dimensions via an embedded lookup database. There
3333
are a number of issues you should consider and steps you should take to
34-
prepare your data. To read more about preparation and caveats for use,
35-
visit our vignette \[REF\] or for a deeper dive into theory and methods
36-
click here \[REF\]. <br>
34+
prepare your data.
3735

3836
# Installation
3937

man/MaronGross_2013.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/NurseryRhymes.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/NurseryRhymes_Prepped.Rd

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)