From 9741e68c21ed3cfcfb7cfa65b9019c6dbd19d6b7 Mon Sep 17 00:00:00 2001 From: S Luz <luzs@tardis.ed.ac.uk> Date: Fri, 8 May 2020 11:48:14 +0100 Subject: [PATCH] Added README.md --- DESCRIPTION | 2 ++ R/dbank.R | 2 +- README.Rmd | 2 +- man/vocaldia-package.Rd | 8 ++++++++ 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f64c233..a951e7e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -22,3 +22,5 @@ Suggests: igraph, foreign Imports: graphics, stats, utils RoxygenNote: 7.1.0 Encoding: UTF-8 +URL: https://git.ecdf.ed.ac.uk/sluzfil/vocaldia +BugReports: https://git.ecdf.ed.ac.uk/sluzfil/vocaldia/issues diff --git a/R/dbank.R b/R/dbank.R index a8d5c81..e30d7b8 100644 --- a/R/dbank.R +++ b/R/dbank.R @@ -17,7 +17,7 @@ ##' @param silsuffix the suffix of the silence profile files 'c.mp3.csv'. The format of such files should be the format used by Audacity label files, i.e. 'start time, end time, label' (without header), where 'label' should be 'silence' ##' @param srdir directory where speech rate csv (1 value per utterance) files are stored ##' @param srsuffix the suffix of the speech rate files (default: sre) -##' @Param sprate compute speech rate? (default: TRUE; this has no effect at the moment) +##' @param sprate compute speech rate? (default: TRUE; this has no effect at the moment) ##' @param sprate compute speech rate? (not in use yet) ##' @return a session's vocalisation feature stats ##' @rdname makeVocalStatsDataset diff --git a/README.Rmd b/README.Rmd index d487e30..63208d2 100644 --- a/README.Rmd +++ b/README.Rmd @@ -1,5 +1,5 @@ --- -output: github_document +output: md_document title: "VOCALDIA package" bibliography: bibliography.bib --- diff --git a/man/vocaldia-package.Rd b/man/vocaldia-package.Rd index 9caff28..689bab5 100644 --- a/man/vocaldia-package.Rd +++ b/man/vocaldia-package.Rd @@ -36,6 +36,14 @@ S. Luz. Automatic identification of experts and performance Jaffe , J. and Feldstein, S. Rhythms of dialogue. ser. \emph{Personality and Psychopathology}. Academic Press, New York, 1976. +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://git.ecdf.ed.ac.uk/sluzfil/vocaldia} + \item Report bugs at \url{https://git.ecdf.ed.ac.uk/sluzfil/vocaldia/issues} +} + } \author{ Saturnino Luz \email{luzs@acm.org} -- GitLab