Skip to content

Commit

Permalink
4got to stage
Browse files Browse the repository at this point in the history
  • Loading branch information
raphywink committed Sep 2, 2019
1 parent 851c278 commit 5449e80
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", c("aut", "cre")),
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/emuR-bas_webservices.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion R/emuR-database.DBconfig.EMUwebAppConfig.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/SetGetlevelCanvasesOrder.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/runBASwebservice_all.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5449e80

Please sign in to comment.