Skip to content

Commit

Permalink
📦 prepare release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Coretta committed Sep 29, 2017
1 parent 0a5a72c commit 0b83977
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]",
role = c("aut", "cre"))
Description: It allows running Praat scripts from R and it provides some
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/driusan/lmt> .
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.
Expand All @@ -15,4 +15,6 @@ For a demo, check <https://github.com/stefanocoretta/speakr-demo>.

## 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.

0 comments on commit 0b83977

Please sign in to comment.