Skip to content

Commit

Permalink
📦 prepare release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Coretta committed Aug 2, 2018
1 parent 8e48aee commit 7bd6353
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]",
role = c("aut", "cre"))
Author: Stefano Coretta [aut, cre]
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Unreleased
## [1.3.2] - 2018-08-02
### Added
- argument in `read_aaa()` for choosing format (wide or long)

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].1", build_vignettes = TRUE)`.
To install the package, run `devtools::install_github("stefanocoretta/[email protected].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.

0 comments on commit 7bd6353

Please sign in to comment.