From 5449e80414d2d53a418b82fab616be9961da05d8 Mon Sep 17 00:00:00 2001 From: Raphael Winkelmann Date: Mon, 2 Sep 2019 14:43:44 +0200 Subject: [PATCH] 4got to stage --- DESCRIPTION | 2 +- NEWS.md | 4 +++- R/emuR-bas_webservices.R | 2 +- R/emuR-database.DBconfig.EMUwebAppConfig.R | 2 +- man/SetGetlevelCanvasesOrder.Rd | 2 +- man/runBASwebservice_all.Rd | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 125aa72f..5789f845 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: emuR -Version: 2.0.2.9000 +Version: 2.0.3 Title: Main Package of the EMU Speech Database Management System Authors@R: c( person("Raphael", "Winkelmann", , "raphael@phonetik.uni-muenchen.de", c("aut", "cre")), diff --git a/NEWS.md b/NEWS.md index 8ec970d3..17a64c5d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,11 @@ -# emuR 2.0.2.9000 +# emuR 2.0.3 ## new features / performance tweaks / improvements ## bug fixes +- fixed options(emuR.emuWebApp.dir = file.path(tempdir(), "EMU-webApp")) setting + # emuR 2.0.2 ## new features / performance tweaks / improvements diff --git a/R/emuR-bas_webservices.R b/R/emuR-bas_webservices.R index baf2a317..146b009e 100644 --- a/R/emuR-bas_webservices.R +++ b/R/emuR-bas_webservices.R @@ -39,7 +39,7 @@ ##' @param minniAttributeDefinitionName attribute name for the MINNI segmentation ##' @param sylAttributeDefinitionName attribute name for syllable segmentation ##' @param canoSylAttributeDefinitionName attribute name for syllabified canonical pronunciations of words -##' @param runMINNI if set to \code{TRUE} (the default) the MINNI service is also run. As the MINNI serice contains +##' @param runMINNI if set to \code{TRUE} (the default) the MINNI service is also run. As the MINNI service contains ##' less languages than the others it can be useful to turn this off. ##' @param patience If a web service call fails, it is repeated a further n times, with n being the value of patience. ##' Must be set to a value between 0 and 3. diff --git a/R/emuR-database.DBconfig.EMUwebAppConfig.R b/R/emuR-database.DBconfig.EMUwebAppConfig.R index 76397497..67c7d50b 100644 --- a/R/emuR-database.DBconfig.EMUwebAppConfig.R +++ b/R/emuR-database.DBconfig.EMUwebAppConfig.R @@ -220,7 +220,7 @@ get_signalCanvasesOrder <- function(emuDBhandle, ##' ##' @param emuDBhandle emuDB handle as returned by \code{\link{load_emuDB}} ##' @param perspectiveName name of perspective -##' @param order character vector containig names of levelDefinitions +##' @param order character vector containing names of levelDefinitions ##' @name SetGetlevelCanvasesOrder ##' @keywords emuDB database DBconfig Emu ##' @examples diff --git a/man/SetGetlevelCanvasesOrder.Rd b/man/SetGetlevelCanvasesOrder.Rd index 4dbf5e09..5b0b6895 100644 --- a/man/SetGetlevelCanvasesOrder.Rd +++ b/man/SetGetlevelCanvasesOrder.Rd @@ -15,7 +15,7 @@ get_levelCanvasesOrder(emuDBhandle, perspectiveName) \item{perspectiveName}{name of perspective} -\item{order}{character vector containig names of levelDefinitions} +\item{order}{character vector containing names of levelDefinitions} } \description{ Set / Get which levels of an emuDB to display as level canvases (in a diff --git a/man/runBASwebservice_all.Rd b/man/runBASwebservice_all.Rd index 06404cc5..dc5d3a20 100644 --- a/man/runBASwebservice_all.Rd +++ b/man/runBASwebservice_all.Rd @@ -41,7 +41,7 @@ Up-to-date lists of the languages accepted by all webservices can be found here: Please note that the chunk segmentation will only be generated if your emuDB contains audio files beyond the one minute mark.} -\item{runMINNI}{if set to \code{TRUE} (the default) the MINNI service is also run. As the MINNI serice contains +\item{runMINNI}{if set to \code{TRUE} (the default) the MINNI service is also run. As the MINNI service contains less languages than the others it can be useful to turn this off.} \item{patience}{If a web service call fails, it is repeated a further n times, with n being the value of patience.