diff --git a/DESCRIPTION b/DESCRIPTION index 069001e9c7f615ff4cbf40d60f7da881d19ee525..f6ce865c7ba77d8a44c23e398957b1659f1d9c19 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,17 +6,17 @@ Title: Create and Manipulate Vocalisation Diagrams Version: 0.8.0 Date: 2017-04-03 Authors@R: person("Saturnino", "Luz", email = "luzs@acm.org", role = c("aut", "cre")) -Description: Create adjacency - matrices of vocalisation graphs from dataframes containing sequences - of speech and silence intervals, transforming these matrices into - Markov diagrams, and generating datasets for classification of these - diagrams by 'flattening' them and adding global properties - (functionals) etc. Vocalisation diagrams date back to early work in psychiatry - (Jaffe and Feldstein, 1970) and social psychology (Dabbs and Ruback, - 1987) but have only recently been employed as a data representation - method for machine learning tasks including meeting - segmentation (Luz, 2012) <https://doi.org/10.1145/2328967.2328970> - and classification (Luz, 2013) <https://doi.org/10.1145/2522848.2533788>. +Description: Create adjacency matrices of vocalisation graphs from + dataframes containing sequences of speech and silence intervals, + transforming these matrices into Markov diagrams, and generating + datasets for classification of these diagrams by 'flattening' them + and adding global properties (functionals) etc. Vocalisation + diagrams date back to early work in psychiatry (Jaffe and Feldstein, + 1970) and social psychology (Dabbs and Ruback, 1987) but have only + recently been employed as a data representation method for machine + learning tasks including meeting segmentation (Luz, 2012) + <https://doi.org/10.1145/2328967.2328970> and classification (Luz, + 2013) <https://doi.org/10.1145/2522848.2533788>. Depends: R (>= 3.0.0) Suggests: igraph, foreign Imports: graphics diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000000000000000000000000000000000000..909b4eb064ec312685fa2c2645e22faa755db933 --- /dev/null +++ b/NEWS.md @@ -0,0 +1 @@ +* Initial release