From 7bd6353aa363dfe04aa974732521511a7484e62e Mon Sep 17 00:00:00 2001 From: Stefano Coretta Date: Thu, 2 Aug 2018 08:47:07 +0200 Subject: [PATCH] :package: prepare release v1.3.2 --- DESCRIPTION | 4 ++-- NEWS.md | 3 ++- README.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c6dbcd2..2212f92 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: rticulate Type: Package Title: Ultrasound Tongue Imaging in R -Version: 1.3.1.9000 -Date: 2018-03-15 +Version: 1.3.2 +Date: 2018-08-02 Authors@R: person("Stefano", "Coretta", email = "stefano.coretta@gmail.com", role = c("aut", "cre")) Author: Stefano Coretta [aut, cre] diff --git a/NEWS.md b/NEWS.md index c42d442..c7940be 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## [1.3.2] - 2018-08-02 ### Added - argument in `read_aaa()` for choosing format (wide or long) @@ -60,6 +60,7 @@ - missing `stats::` in `read_aaa` - `aes` call which caused notes on R CMD check using `aes_` +[1.3.0]: https://github.com/stefanocoretta/rticulate/compare/v1.3.1...v1.3.2 [1.3.0]: https://github.com/stefanocoretta/rticulate/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/stefanocoretta/rticulate/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/stefanocoretta/rticulate/compare/v1.0.1...v1.2.0 diff --git a/README.md b/README.md index 0770e77..ddedf76 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the repository of the R package `rticulate`. This package provides two f **IMPORTANT**: The package `tidymv` needs to be [installed](https://github.com/stefanocoretta/tidymv) first. -To install the package, run `devtools::install_github("stefanocoretta/rticulate@v1.3.1", build_vignettes = TRUE)`. +To install the package, run `devtools::install_github("stefanocoretta/rticulate@v1.3.2", build_vignettes = TRUE)`. To learn the basic use of the package, run `vignette("tongue-imaging", package = "rticulate")` after the installation. If you want to try the development version, run `devtools::install_github("stefanocoretta/rticulate", build_vignettes = TRUE)` instead.