Skip to content

Commit

Permalink
📦 prepare release v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Coretta committed Dec 5, 2018
1 parent dbd1f66 commit 72af156
Show file tree
Hide file tree
Showing 3 changed files with 9 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.4
Date: 2018-10-22
Version: 1.3.5
Date: 2018-12-05
Authors@R: person("Stefano", "Coretta", email = "[email protected]",
role = c("aut", "cre"))
Author: Stefano Coretta [aut, cre]
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.3.5] - 2018-12-05
### Changed
- README now uses new `install_github` argument for building vignettes

## [1.3.4] - 2018-10-22
### Added
- support for NULL comparison argument in `plot_polar_smooths()`
Expand Down Expand Up @@ -71,6 +75,7 @@
- missing `stats::` in `read_aaa`
- `aes` call which caused notes on R CMD check using `aes_`

[1.3.5]: https://github.com/stefanocoretta/rticulate/compare/v1.3.4...v1.3.5
[1.3.4]: https://github.com/stefanocoretta/rticulate/compare/v1.3.3...v1.3.4
[1.3.3]: https://github.com/stefanocoretta/rticulate/compare/v1.3.2...v1.3.3
[1.3.2]: https://github.com/stefanocoretta/rticulate/compare/v1.3.1...v1.3.2
Expand Down
4 changes: 2 additions & 2 deletions 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].4", build_vignettes = TRUE)`.
To install the package, run `devtools::install_github("stefanocoretta/[email protected].5", build_opts = c("--no-resave-data", "--no-manual"))`.
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.
If you want to try the development version, run `devtools::install_github("stefanocoretta/rticulate",build_opts = c("--no-resave-data", "--no-manual"))` instead.

0 comments on commit 72af156

Please sign in to comment.