Skip to content

Commit 8a57437

Browse files
committed
updated DESCRIPTION
1 parent 998736e commit 8a57437

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

DESCRIPTION

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ Type: Package
33
Title: ConversationAlign
44
Version: 0.1.0
55
Authors@R: c(
6-
person("Jamie", "Reilly", email = "[email protected]", role = c("aut", "cre")),
6+
person("Jamie", "Reilly",
7+
role = c("aut", "cre"),
8+
email = "[email protected]",
9+
comment = c(ORCID = "0000-0002-0891-438X")),
710
person("Virginia", "Ulichney", role = "aut"),
811
person("Ben", "Sacks", role = "aut"),
9-
person("Anna", "Duncan", role = "ctb"),
1012
person("Sarah", "Weinstein", role = "ctb"),
11-
person("Tania", "Giovannetti", role = "ctb"),
12-
person("Chelsea", "Helion", role = "ctb"))
13+
person("Chelsea", "Helion", role = "ctb")),
14+
person("Gus", "Cooney", role = "ctb")),
1315
Maintainer: Jamie Reilly <[email protected]>
14-
Description: This package reads conversation transcripts into R, cleans and formats them, and yokes user-specified psycholinguistic database values to each word. The package then analyzes alignment between two speakers across each dyad transcript as time series data.
16+
Description: Reads conversation transcripts into R, cleans and formats them, and yokes user-specified psycholinguistic database values to each word. ConversationAlign computes alignment indices between two interlocutors across each transcript for up to 30 different psycholinguistic and affective lexical dimensions.
1517
License: GPL (>= 3) + file LICENSE
1618
Encoding: UTF-8
1719
Depends:

0 commit comments

Comments
 (0)