diff --git a/DESCRIPTION b/DESCRIPTION index f730b1c..527cc88 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: speakr Type: Package Title: A Wrapper for the Phonetic Software Praat -Version: 2.0.0.9000 +Version: 2.0.1 Authors@R: person("Stefano", "Coretta", email = "stefano.coretta@gmail.com", role = c("aut", "cre")) Description: It allows running Praat scripts from R and it provides some diff --git a/NEWS.md b/NEWS.md index bf602f5..2c67c1a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,8 @@ # Change Log -## Unreleased +## [2.0.1] - 2017-09-29 +### Added +- link to demo ### Changed - clarified scope and installation of the package in README.md diff --git a/README.md b/README.md index 3218ca3..2a0adcc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the repository of `speakr`, an `R` package for running Praat scripts and ## Installation -To install `speakr`, use `devtools::install_github("stefanocoretta/speakr", build_vignettes = TRUE)`. For a quick start on how to use the package, check out the vignette with `vignette("reproducibility", "speakr")`. +To install `speakr`, use `devtools::install_github("stefanocoretta/speakr@v2.0.1", build_vignettes = TRUE)`. For a quick start on how to use the package, check out the vignette with `vignette("reproducibility", "speakr")`. If you want to tangle the code of your Praat script with the literate markdown tangler, you need to also install `lmt` from . To use `lmt` with `speakr`, your Go workspace (which will contain the `lmt` executable) needs to be in the default location (`$HOME/go` in Unix and `%USERPROFILE%/go` in Windows). If you are using a custom workspace location, you can set the custom path to `lmt` with `set_lmt_path` at the start of every R session. @@ -15,4 +15,6 @@ For a demo, check . ## Disclaimer -This package is at a developmental stage (signalled by the `.9000` in the version number). Things might break suddenly when updating the development version. +The current stable (bug free) version is `v2.0.1`. + +Package versions ending with `.9000` are developmental. Things might break when updating to the development version.